#CFA1CA

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

Shades of Lilac #CFA1CA

Tints of Lilac #CFA1CA

Color information

#CFA1CA (or 0xCFA1CA) is unknown color: approx Lilac. HEX triplet: CF, A1 and CA. RGB value is (207,161,202). Sum of RGB (Red+Green+Blue) = 207+161+202=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1CA is #305E35. Grayscale: #B3B3B3. Windows color (decimal): -3169846 or 13279695. OLE color: 13279695.

HSL color Cylindrical-coordinate representation of color #CFA1CA: hue angle of 306.52º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA1CA is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207161202-
CMYK00.220.020.19
HSL306.52º32.39%72.16%-
HSV(B)306.52º22.22%81.18%-
XYZ49.1443.0261.59-
YUV179.43140.74147.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.32%
GREEN value IS 161 (63.28% from 255) = 28.25%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=36.32%
G=28.25%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716120200.220.020.19306.5232.3972.16
HexCFA1CA0162131332048
Octal31724131202622346340110
Binary11001111101000011100101001011010100111001100111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1CA; }

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

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

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

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

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

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

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

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