#CFA6CA

Color #CFA6CA Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CFA6CA

Tints of Lilac #CFA6CA

Color information

#CFA6CA (or 0xCFA6CA) is unknown color: approx Lilac. HEX triplet: CF, A6 and CA. RGB value is (207,166,202). Sum of RGB (Red+Green+Blue) = 207+166+202=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6CA is #305935. Grayscale: #B6B6B6. Windows color (decimal): -3168566 or 13280975. OLE color: 13280975.

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

Color convert

RGB207166202-
CMYK00.200.020.19
HSL307.32º29.93%73.14%-
HSV(B)307.32º19.81%81.18%-
XYZ50.0344.861.89-
YUV182.36139.08145.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36%
GREEN value IS 166 (65.23% from 255) = 28.87%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=36%
G=28.87%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716620200.200.020.19307.3229.9373.14
HexCFA6CA0142131331e49
Octal31724631202422346336111
Binary1100111110100110110010100101001010011100110011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA6CA; }

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

 H1.HeaderClassName
 {
   color: #CFA6CA;
 }
 .AnyTagClassName
 {
   color: #CFA6CA;
 }
</style>
background-color css

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

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

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

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

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

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