Skip to main content Skip to docs navigation

#c166ef hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Bubblegum Baby Girl and its hex is #CC55EE Nearest Color Name

Color Hue/Base color: Violet

Hex #c166ef Color code in RGB color code model is created after adding 75.69% red color, 40% green color and 93.73% blue color. Hex #c166ef Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 57% magenta, 0% yellow and 6.27% black.

Hex #c166ef color code is between #bb55ee web safe hex color code and #cc77ff web safe hex color code. #bb55ee is the nearest web safe color code. You can see here many more shades of #c166ef color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code c166ef #c166ef
RGB Decimal 193, 102, 239 193, 102, 239
RGB Percent 76%, 40%, 94% rgb(76%, 40%, 94%)
CSS RGBa 193, 102, 239,1 rgba(193,102,239,1)
CMYK Model cmyk(19%,57%,0%,6.27%)
HSL Color Space 280,81% ,67% hsl(280,81% ,67%)
HSV Color Space 280°, 57%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000001 01100110 11101111
Octal 301 146 357
Decimal 193 102 239
Hex c1 66 ef

Different shades of #c166ef color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #c166ef
#7712aa
Darker of #c166ef
#9717d8
Dark of #c166ef
#ae38ea
Base of #c166ef
#c166ef
Light of #c166ef
#d494f4
Lighter
#e6c2f9
Lightest
#f9f1fd

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#c166ef
#94ef66

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#c166ef
#d9ef66
#66ef7c

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#7166ef
#8866ef
#c166ef
#ef66ef
#ef66b6

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#c166ef
#66efc1
#efc166

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#c166ef
#efc166
#94ef66
#6694ef

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#c166ef
#ef7c66
#94ef66
#66d9ef

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #c166ef

#570d7c
#7712aa
#9717d8
#ae38ea
#c166ef
#d494f4
#e6c2f9
#f9f1fd
#ffffff

Tints of #c166ef Color

#c166ef
#c777f0
#ce88f2
#d599f4
#dcaaf6
#e3bbf7
#eaccf9
#f1ddfb
#f8eefd
#ffffff

Shades of #c166ef color code

Generate more color scales with scales (color stack) generator.

#c166ef
#ab5ad4
#964fb9
#80449f
#6b3884
#552d6a
#40224f
#2a1635
#150b1a
#000000

Tones

#c166ef
#bb77de
#b688cd
#b099bc
#abaaab

Tones

Similar Color like #c166ef color

Find visually similar hex color codes nearing to #c166ef hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#c267f0
#c368f1
#c469f2
#c56af3
#c66bf4
#c76cf5
#c86df6
#c96ef7
#ca6ff8
#cb70f9
#cc71fa
#cd72fb
#ce73fc
#cf74fd
#c065ee
#bf64ed
#be63ec
#bd62eb
#bc61ea
#bb60e9
#ba5fe8
#b95ee7
#b85de6
#b75ce5
#b65be4
#b55ae3
#b459e2
#b358e1

Download this Dark Violet

Hex #c166ef Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#c166ef Color Code Preview on Black Background Color

This is how #c166ef Color will look on black background color. Color contrast ratio is 6.41

#c166ef in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#c166ef">Your Example Paragraph content text in with font color #c166ef </p>

Your Example Paragraph content text in with font color #c166ef

HTML with inline CSS

<div style="color:#c166ef">Your Paragraph text in with font color #c166ef </div>

Your Example Paragraph content text in with font color #c166ef

#c166ef color code is use for CSS Background Color

Background color for the above div is #c166ef

HTML with inline CSS

<div style="background-color:#c166ef;"></div>

#c166ef color code is use for CSS Border Color

CSS Border color for the above div is #c166ef

HTML with inline CSS

<div style="border:5px solid #c166ef;"></div>

CSS Border Left color for the above div is #c166ef

HTML with inline CSS

<div style="border-left:5px solid #c166ef;"></div>

CSS Border Right color for the above div is #c166ef

HTML with inline CSS

<div style="border-right:5px solid #c166ef;"></div>

CSS Border Bottom color for the above div is #c166ef

HTML with inline CSS

<div style="border-bottom:5px solid #c166ef;"></div>

CSS Border Top color for the above div is #c166ef

HTML with inline CSS

<div style="border-top:5px solid #c166ef;"></div>

#c166ef hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#c166ef; } .examplecolorclass {color:#c166ef; } .examplebordercolor {border:3px solid #c166ef; }

#c166ef Color code Preview on White Background

This is how #c166ef Color code will look on white background color. Color contrast ratio is 3.27

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #c166ef; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c166ef; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(193,102,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(148,239,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,102,239,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }