#CD96C8

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

Shades of Lilac #CD96C8

Tints of Lilac #CD96C8

Color information

#CD96C8 (or 0xCD96C8) is unknown color: approx Lilac. HEX triplet: CD, 96 and C8. RGB value is (205,150,200). Sum of RGB (Red+Green+Blue) = 205+150+200=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CD96C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD96C8 is #326937. Grayscale: #ACACAC. Windows color (decimal): -3303736 or 13145805. OLE color: 13145805.

HSL color Cylindrical-coordinate representation of color #CD96C8: hue angle of 305.45º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CD96C8 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB205150200-
CMYK00.270.020.20
HSL305.45º35.48%69.61%-
HSV(B)305.45º26.83%80.39%-
XYZ46.5138.9659.71-
YUV172.14143.72151.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 150 (58.98% from 255) = 27.03%
BLUE value IS 200 (78.52% from 255) = 36.04%
R=36.94%
G=27.03%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515020000.270.020.20305.4535.4869.61
HexCD96C801B2141312346
Octal31522631003322446143106
Binary11001101100101101100100001101110101001001100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD96C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD96C8; }

 p { color: rgb(205,150,200); }

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

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

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

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

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

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

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