#CF9FD2

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

Shades of Lilac #CF9FD2

Tints of Lilac #CF9FD2

Color information

#CF9FD2 (or 0xCF9FD2) is unknown color: approx Lilac. HEX triplet: CF, 9F and D2. RGB value is (207,159,210). Sum of RGB (Red+Green+Blue) = 207+159+210=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 210 - color contains mainly: blue. Hex color #CF9FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FD2 is #30602D. Grayscale: #B3B3B3. Windows color (decimal): -3170350 or 13803471. OLE color: 13803471.

HSL color Cylindrical-coordinate representation of color #CF9FD2: hue angle of 296.47º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9FD2 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207159210-
CMYK0.010.2400.18
HSL296.47º36.17%72.35%-
HSV(B)296.47º24.29%82.35%-
XYZ49.7642.7166.59-
YUV179.17145.4147.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 210 (82.42% from 255) = 36.46%
R=35.94%
G=27.60%
B=36.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071592100.010.2400.18296.4736.1772.35
HexCF9FD21180121282448
Octal31723732213002245044110
Binary1100111110011111110100101110000100101001010001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FD2; }

 p { color: rgb(207,159,210); }

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

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

 a { background-color: rgb(207,159,210); }

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

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

 span { border-color: rgb(207,159,210); }

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