Html Css Color HEX #C9A6CF Lilac

📋 copy color: '#C9A6CF'

red 201 ◦ green 166 ◦ blue 207

#C9A6CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #C9A6CF

Tints of Lilac #C9A6CF

RGB

 RED value IS 201 (78.91% from 255) = 35.02%

 GREEN value IS 166 (65.23% from 255) = 28.92%

 BLUE value IS 207 (81.25% from 255) = 36.06%

R = 35.02%
G = 28.92%
B = 36.06%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C9A6CF (or 0xC9A6CF) is known color: Lilac. HEX triplet: C9, A6 and CF. RGB value is (201,166,207). Sum of RGB (Red+Green+Blue) = 201+166+207=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9A6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A6CF is #365930. Grayscale: #B5B5B5. Windows color (decimal): -3561777 or 13608649. OLE color: 13608649.

HSL color Cylindrical-coordinate representation of color #C9A6CF: hue angle of 291.22º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9A6CF is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 166 207 -
CMYK 0.03 0.20 0 0.19
HSL 291.22º 0.3% 0.73% -
HSV(B) 291.22º 0.2% 0.81% -
XYZ 48.99 44.19 64.98 -
YUV 181.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 201 166 207 0.03 0.20 0 0.19 291.22 0.3 0.73
Hex C9 A6 CF 3 14 0 13 123 1E 49
Octal 311 246 317 3 24 0 23 443 36 111
Binary 11001001 10100110 11001111 11 10100 0 10011 100100011 11110 1001001

Color Harmonies of #C9A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A6CF

Black with #C9A6CF

Text Example


Text Example

White with #C9A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A6CF; }

 p { color: rgb(201,166,207); }

 H1.HeaderClassName
 {
   color: #C9A6CF;
 }
 .AnyTagClassName
 {
   color: #C9A6CF;
 }
</style>

background-color css

<style>
 a { background-color: #C9A6CF; }

 a { background-color: rgb(201,166,207); }

 div.DivClassName
 {
   background-color: #C9A6CF;
 }
 .BgClassName
 {
   background-color: #C9A6CF;
 }
</style>

border-color css

<style>
 span { border-color: #C9A6CF; }

 span { border-color: rgb(201,166,207); }

 td.TdClassName
 {
   border-color: #C9A6CF;
 }
 .TagClassName
 {
   border-color: #C9A6CF;
 }
</style>