#CF89CF

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

Shades of Lilac #CF89CF

Tints of Lilac #CF89CF

Color information

#CF89CF (or 0xCF89CF) is unknown color: approx Lilac. HEX triplet: CF, 89 and CF. RGB value is (207,137,207). Sum of RGB (Red+Green+Blue) = 207+137+207=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF89CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89CF is #307630. Grayscale: #A5A5A5. Windows color (decimal): -3175985 or 13601231. OLE color: 13601231.

HSL color Cylindrical-coordinate representation of color #CF89CF: hue angle of 300º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF89CF is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB207137207-
CMYK00.3400.19
HSL300º42.17%67.45%-
HSV(B)300º33.82%81.18%-
XYZ45.9435.6663.49-
YUV165.91151.19157.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 137 (53.91% from 255) = 24.86%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=37.57%
G=24.86%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713720700.3400.1930042.1767.45
HexCF89CF02201312c2a43
Octal31721131704202345452103
Binary11001111100010011100111101000100100111001011001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF89CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF89CF; }

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

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

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

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

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

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

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

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