#CD88C0

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

Shades of Lilac #CD88C0

Tints of Lilac #CD88C0

Color information

#CD88C0 (or 0xCD88C0) is unknown color: approx Lilac. HEX triplet: CD, 88 and C0. RGB value is (205,136,192). Sum of RGB (Red+Green+Blue) = 205+136+192=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CD88C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD88C0 is #32773F. Grayscale: #A2A2A2. Windows color (decimal): -3307328 or 12617933. OLE color: 12617933.

HSL color Cylindrical-coordinate representation of color #CD88C0: hue angle of 311.3º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD88C0 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB205136192-
CMYK00.340.060.20
HSL311.3º40.83%66.86%-
HSV(B)311.3º33.66%80.39%-
XYZ43.534.3954.22-
YUV163.01144.36157.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 136 (53.52% from 255) = 25.52%
BLUE value IS 192 (75.39% from 255) = 36.02%
R=38.46%
G=25.52%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513619200.340.060.20311.340.8366.86
HexCD88C00226141372943
Octal31521030004262446751103
Binary1100110110001000110000000100010110101001001101111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD88C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD88C0; }

 p { color: rgb(205,136,192); }

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

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

 a { background-color: rgb(205,136,192); }

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

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

 span { border-color: rgb(205,136,192); }

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