#CD93C8

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

Shades of Lilac #CD93C8

Tints of Lilac #CD93C8

Color information

#CD93C8 (or 0xCD93C8) is unknown color: approx Lilac. HEX triplet: CD, 93 and C8. RGB value is (205,147,200). Sum of RGB (Red+Green+Blue) = 205+147+200=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CD93C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93C8 is #326C37. Grayscale: #AAAAAA. Windows color (decimal): -3304504 or 13145037. OLE color: 13145037.

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

Color convert

RGB205147200-
CMYK00.280.020.20
HSL305.17º36.71%69.02%-
HSV(B)305.17º28.29%80.39%-
XYZ46.0438.0259.56-
YUV170.38144.72152.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 147 (57.81% from 255) = 26.63%
BLUE value IS 200 (78.52% from 255) = 36.23%
R=37.14%
G=26.63%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514720000.280.020.20305.1736.7169.02
HexCD93C801C2141312545
Octal31522331003422446145105
Binary11001101100100111100100001110010101001001100011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93C8; }

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

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

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

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

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

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

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

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