#CD93D2

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

Shades of Lilac #CD93D2

Tints of Lilac #CD93D2

Color information

#CD93D2 (or 0xCD93D2) is unknown color: approx Lilac. HEX triplet: CD, 93 and D2. RGB value is (205,147,210). Sum of RGB (Red+Green+Blue) = 205+147+210=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 210 - color contains mainly: blue. Hex color #CD93D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93D2 is #326C2D. Grayscale: #ABABAB. Windows color (decimal): -3304494 or 13800397. OLE color: 13800397.

HSL color Cylindrical-coordinate representation of color #CD93D2: hue angle of 295.24º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD93D2 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205147210-
CMYK0.020.3000.18
HSL295.24º41.18%70%-
HSV(B)295.24º30%82.35%-
XYZ47.2438.565.91-
YUV171.52149.72151.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 147 (57.81% from 255) = 26.16%
BLUE value IS 210 (82.42% from 255) = 37.37%
R=36.48%
G=26.16%
B=37.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051472100.020.3000.18295.2441.1870
HexCD93D221E0121272946
Octal31522332223602244751106
Binary11001101100100111101001010111100100101001001111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93D2; }

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

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

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

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

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

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

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

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