#CF9FD5

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

Shades of Lilac #CF9FD5

Tints of Lilac #CF9FD5

Color information

#CF9FD5 (or 0xCF9FD5) is unknown color: approx Lilac. HEX triplet: CF, 9F and D5. RGB value is (207,159,213). Sum of RGB (Red+Green+Blue) = 207+159+213=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF9FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FD5 is #30602A. Grayscale: #B3B3B3. Windows color (decimal): -3170347 or 14000079. OLE color: 14000079.

HSL color Cylindrical-coordinate representation of color #CF9FD5: hue angle of 293.33º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9FD5 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207159213-
CMYK0.030.2500.16
HSL293.33º39.13%72.94%-
HSV(B)293.33º25.35%83.53%-
XYZ50.1442.8768.58-
YUV179.51146.9147.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 159 (62.5% from 255) = 27.46%
BLUE value IS 213 (83.59% from 255) = 36.79%
R=35.75%
G=27.46%
B=36.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071592130.030.2500.16293.3339.1372.94
HexCF9FD53190101252749
Octal31723732533102044547111
Binary11001111100111111101010111110010100001001001011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FD5; }

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

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

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

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

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

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

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

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