#CF88CC

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

Shades of Lilac #CF88CC

Tints of Lilac #CF88CC

Color information

#CF88CC (or 0xCF88CC) is unknown color: approx Lilac. HEX triplet: CF, 88 and CC. RGB value is (207,136,204). Sum of RGB (Red+Green+Blue) = 207+136+204=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88CC is #307733. Grayscale: #A4A4A4. Windows color (decimal): -3176244 or 13404367. OLE color: 13404367.

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

Color convert

RGB207136204-
CMYK00.340.010.19
HSL302.54º42.51%67.25%-
HSV(B)302.54º34.3%81.18%-
XYZ45.4435.2361.53-
YUV164.98150.02157.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 136 (53.52% from 255) = 24.86%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=37.84%
G=24.86%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713620400.340.010.19302.5442.5167.25
HexCF88CC02211312f2b43
Octal31721031404212345753103
Binary11001111100010001100110001000101100111001011111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF88CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF88CC; }

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

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

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

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

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

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

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

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