#CD88CD

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

Shades of Lilac #CD88CD

Tints of Lilac #CD88CD

Color information

#CD88CD (or 0xCD88CD) is unknown color: approx Lilac. HEX triplet: CD, 88 and CD. RGB value is (205,136,205). Sum of RGB (Red+Green+Blue) = 205+136+205=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD88CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD88CD is #327732. Grayscale: #A4A4A4. Windows color (decimal): -3307315 or 13469901. OLE color: 13469901.

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

Color convert

RGB205136205-
CMYK00.3400.20
HSL300º40.83%66.86%-
HSV(B)300º33.66%80.39%-
XYZ453562.14-
YUV164.5150.86156.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.55%
GREEN value IS 136 (53.52% from 255) = 24.91%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=37.55%
G=24.91%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513620500.3400.2030040.8366.86
HexCD88CD02201412c2943
Octal31521031504202445451103
Binary11001101100010001100110101000100101001001011001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD88CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD88CD; }

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

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

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

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

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

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

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

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