#cfa2cd

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

Shades of Lilac #CFA2CD

Tints of Lilac #CFA2CD

Color information

#CFA2CD (or 0xCFA2CD) is unknown color: approx Lilac. HEX triplet: CF, A2 and CD. RGB value is (207,162,205). Sum of RGB (Red+Green+Blue) = 207+162+205=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2CD is #305D32. Grayscale: #B4B4B4. Windows color (decimal): -3169587 or 13476559. OLE color: 13476559.

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

Color convert

RGB207162205-
CMYK00.220.010.19
HSL302.67º31.91%72.35%-
HSV(B)302.67º21.74%81.18%-
XYZ49.6743.5163.54-
YUV180.36141.91147-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 162 (63.67% from 255) = 28.22%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=36.06%
G=28.22%
B=35.71%

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
Decimal20716220500.220.010.19302.6731.9172.35
HexCFA2CD01611312f2048
Octal31724231502612345740110
Binary1100111110100010110011010101101100111001011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfa2cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfa2cd; }

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

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

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

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

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

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

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

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