#CD93C7

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

Shades of Lilac #CD93C7

Tints of Lilac #CD93C7

Color information

#CD93C7 (or 0xCD93C7) is unknown color: approx Lilac. HEX triplet: CD, 93 and C7. RGB value is (205,147,199). Sum of RGB (Red+Green+Blue) = 205+147+199=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CD93C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93C7 is #326C38. Grayscale: #AAAAAA. Windows color (decimal): -3304505 or 13079501. OLE color: 13079501.

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

Color convert

RGB205147199-
CMYK00.280.030.20
HSL306.21º36.71%69.02%-
HSV(B)306.21º28.29%80.39%-
XYZ45.9237.9758.94-
YUV170.27144.22152.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 147 (57.81% from 255) = 26.68%
BLUE value IS 199 (78.12% from 255) = 36.12%
R=37.21%
G=26.68%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514719900.280.030.20306.2136.7169.02
HexCD93C701C3141322545
Octal31522330703432446245105
Binary11001101100100111100011101110011101001001100101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93C7; }

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

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

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

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

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

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

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

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