Html Css Color HEX #CFA6C9 Lilac

📋 copy color: '#CFA6C9'

red 207 ◦ green 166 ◦ blue 201

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

Shades of Lilac #CFA6C9

Tints of Lilac #CFA6C9

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #CFA6C9: hue angle of 308.78º 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 #CFA6C9 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 201 -
CMYK 0 0.20 0.03 0.19
HSL 308.78º 0.3% 0.73% -
HSV(B) 308.78º 0.2% 0.81% -
XYZ 49.91 44.75 61.27 -
YUV 182.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 207 166 201 0 0.20 0.03 0.19 308.78 0.3 0.73
Hex CF A6 C9 0 14 3 13 135 1E 49
Octal 317 246 311 0 24 3 23 465 36 111
Binary 11001111 10100110 11001001 0 10100 11 10011 100110101 11110 1001001

Color Harmonies of #CFA6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA6C9

Black with #CFA6C9

Text Example


Text Example

White with #CFA6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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