#CF88CA

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

Shades of Lilac #CF88CA

Tints of Lilac #CF88CA

Color information

#CF88CA (or 0xCF88CA) is unknown color: approx Lilac. HEX triplet: CF, 88 and CA. RGB value is (207,136,202). Sum of RGB (Red+Green+Blue) = 207+136+202=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88CA is #307735. Grayscale: #A4A4A4. Windows color (decimal): -3176246 or 13273295. OLE color: 13273295.

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

Color convert

RGB207136202-
CMYK00.340.020.19
HSL304.23º42.51%67.25%-
HSV(B)304.23º34.3%81.18%-
XYZ45.235.1460.28-
YUV164.75149.02158.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 136 (53.52% from 255) = 24.95%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=37.98%
G=24.95%
B=37.06%

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
Decimal20713620200.340.020.19304.2342.5167.25
HexCF88CA0222131302b43
Octal31721031204222346053103
Binary110011111000100011001010010001010100111001100001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF88CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF88CA; }

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

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

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

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

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

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

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

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