#CD93CA

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

Shades of Lilac #CD93CA

Tints of Lilac #CD93CA

Color information

#CD93CA (or 0xCD93CA) is unknown color: approx Lilac. HEX triplet: CD, 93 and CA. RGB value is (205,147,202). Sum of RGB (Red+Green+Blue) = 205+147+202=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CD93CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93CA is #326C35. Grayscale: #AAAAAA. Windows color (decimal): -3304502 or 13276109. OLE color: 13276109.

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

Color convert

RGB205147202-
CMYK00.280.010.20
HSL303.1º36.71%69.02%-
HSV(B)303.1º28.29%80.39%-
XYZ46.2738.1160.79-
YUV170.61145.72152.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 147 (57.81% from 255) = 26.53%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=37.00%
G=26.53%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514720200.280.010.20303.136.7169.02
HexCD93CA01C11412f2545
Octal31522331203412445745105
Binary1100110110010011110010100111001101001001011111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93CA; }

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

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

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

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

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

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

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

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