#CD93C9

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

Shades of Lilac #CD93C9

Tints of Lilac #CD93C9

Color information

#CD93C9 (or 0xCD93C9) is unknown color: approx Lilac. HEX triplet: CD, 93 and C9. RGB value is (205,147,201). Sum of RGB (Red+Green+Blue) = 205+147+201=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CD93C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93C9 is #326C36. Grayscale: #AAAAAA. Windows color (decimal): -3304503 or 13210573. OLE color: 13210573.

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

Color convert

RGB205147201-
CMYK00.280.020.20
HSL304.14º36.71%69.02%-
HSV(B)304.14º28.29%80.39%-
XYZ46.1538.0660.17-
YUV170.5145.22152.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 147 (57.81% from 255) = 26.58%
BLUE value IS 201 (78.91% from 255) = 36.35%
R=37.07%
G=26.58%
B=36.35%

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
Decimal20514720100.280.020.20304.1436.7169.02
HexCD93C901C2141302545
Octal31522331103422446045105
Binary11001101100100111100100101110010101001001100001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93C9; }

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

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

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

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

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

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

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

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