#CFA1CD

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

Shades of Lilac #CFA1CD

Tints of Lilac #CFA1CD

Color information

#CFA1CD (or 0xCFA1CD) is unknown color: approx Lilac. HEX triplet: CF, A1 and CD. RGB value is (207,161,205). Sum of RGB (Red+Green+Blue) = 207+161+205=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1CD is #305E32. Grayscale: #B3B3B3. Windows color (decimal): -3169843 or 13476303. OLE color: 13476303.

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

Color convert

RGB207161205-
CMYK00.220.010.19
HSL302.61º32.39%72.16%-
HSV(B)302.61º22.22%81.18%-
XYZ49.543.1663.48-
YUV179.77142.24147.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.13%
GREEN value IS 161 (63.28% from 255) = 28.10%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=36.13%
G=28.10%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716120500.220.010.19302.6132.3972.16
HexCFA1CD01611312f2048
Octal31724131502612345740110
Binary1100111110100001110011010101101100111001011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1CD; }

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

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

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

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

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

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

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

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