#CD93C1

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

Shades of Lilac #CD93C1

Tints of Lilac #CD93C1

Color information

#CD93C1 (or 0xCD93C1) is unknown color: approx Lilac. HEX triplet: CD, 93 and C1. RGB value is (205,147,193). Sum of RGB (Red+Green+Blue) = 205+147+193=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CD93C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93C1 is #326C3E. Grayscale: #A9A9A9. Windows color (decimal): -3304511 or 12686285. OLE color: 12686285.

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

Color convert

RGB205147193-
CMYK00.280.060.20
HSL312.41º36.71%69.02%-
HSV(B)312.41º28.29%80.39%-
XYZ45.2437.755.34-
YUV169.59141.22153.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 147 (57.81% from 255) = 26.97%
BLUE value IS 193 (75.78% from 255) = 35.41%
R=37.61%
G=26.97%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514719300.280.060.20312.4136.7169.02
HexCD93C101C6141382545
Octal31522330103462447045105
Binary110011011001001111000001011100110101001001110001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93C1; }

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

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

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

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

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

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

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

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