#CD93BC

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

Shades of Lily #CD93BC

Tints of Lily #CD93BC

Color information

#CD93BC (or 0xCD93BC) is unknown color: approx Lily. HEX triplet: CD, 93 and BC. RGB value is (205,147,188). Sum of RGB (Red+Green+Blue) = 205+147+188=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CD93BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93BC is #326C43. Grayscale: #A8A8A8. Windows color (decimal): -3304516 or 12358605. OLE color: 12358605.

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

Color convert

RGB205147188-
CMYK00.280.080.20
HSL317.59º36.71%69.02%-
HSV(B)317.59º28.29%80.39%-
XYZ44.6937.4852.46-
YUV169.02138.72153.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 147 (57.81% from 255) = 27.22%
BLUE value IS 188 (73.83% from 255) = 34.81%
R=37.96%
G=27.22%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514718800.280.080.20317.5936.7169.02
HexCD93BC01C81413e2545
Octal315223274034102447645105
Binary1100110110010011101111000111001000101001001111101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93BC; }

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

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

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

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

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

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

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

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