#CD93B4

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

Shades of Lily #CD93B4

Tints of Lily #CD93B4

Color information

#CD93B4 (or 0xCD93B4) is unknown color: approx Lily. HEX triplet: CD, 93 and B4. RGB value is (205,147,180). Sum of RGB (Red+Green+Blue) = 205+147+180=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CD93B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93B4 is #326C4B. Grayscale: #A8A8A8. Windows color (decimal): -3304524 or 11834317. OLE color: 11834317.

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

Color convert

RGB205147180-
CMYK00.280.120.20
HSL325.86º36.71%69.02%-
HSV(B)325.86º28.29%80.39%-
XYZ43.8537.1448.04-
YUV168.1134.72154.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 180 (70.70% from 255) = 33.83%
R=38.53%
G=27.63%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514718000.280.120.20325.8636.7169.02
HexCD93B401CC141462545
Octal315223264034142450645105
Binary1100110110010011101101000111001100101001010001101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93B4; }

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

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

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

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

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

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

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

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