#CF89D0

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

Shades of Lilac #CF89D0

Tints of Lilac #CF89D0

Color information

#CF89D0 (or 0xCF89D0) is unknown color: approx Lilac. HEX triplet: CF, 89 and D0. RGB value is (207,137,208). Sum of RGB (Red+Green+Blue) = 207+137+208=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF89D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89D0 is #30762F. Grayscale: #A5A5A5. Windows color (decimal): -3175984 or 13666767. OLE color: 13666767.

HSL color Cylindrical-coordinate representation of color #CF89D0: hue angle of 299.15º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF89D0 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207137208-
CMYK0.000.3400.18
HSL299.15º43.03%67.65%-
HSV(B)299.15º34.13%81.57%-
XYZ46.0635.7164.14-
YUV166.02151.69157.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 137 (53.91% from 255) = 24.82%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=37.5%
G=24.82%
B=37.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071372080.000.3400.18299.1543.0367.65
HexCF89D002201212b2b44
Octal31721132004202245353104
Binary11001111100010011101000001000100100101001010111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF89D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF89D0; }

 p { color: rgb(207,137,208); }

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

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

 a { background-color: rgb(207,137,208); }

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

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

 span { border-color: rgb(207,137,208); }

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