#CF89CA

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

Shades of Lilac #CF89CA

Tints of Lilac #CF89CA

Color information

#CF89CA (or 0xCF89CA) is unknown color: approx Lilac. HEX triplet: CF, 89 and CA. RGB value is (207,137,202). Sum of RGB (Red+Green+Blue) = 207+137+202=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CF89CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89CA is #307635. Grayscale: #A5A5A5. Windows color (decimal): -3175990 or 13273551. OLE color: 13273551.

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

Color convert

RGB207137202-
CMYK00.340.020.19
HSL304.29º42.17%67.45%-
HSV(B)304.29º33.82%81.18%-
XYZ45.3435.4260.32-
YUV165.34148.69157.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 137 (53.91% from 255) = 25.09%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=37.91%
G=25.09%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713720200.340.020.19304.2942.1767.45
HexCF89CA0222131302a43
Octal31721131204222346052103
Binary110011111000100111001010010001010100111001100001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF89CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF89CA; }

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

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

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

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

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

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

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

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