#CD90BD

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

Shades of Lily #CD90BD

Tints of Lily #CD90BD

Color information

#CD90BD (or 0xCD90BD) is unknown color: approx Lily. HEX triplet: CD, 90 and BD. RGB value is (205,144,189). Sum of RGB (Red+Green+Blue) = 205+144+189=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90BD is #326F42. Grayscale: #A7A7A7. Windows color (decimal): -3305283 or 12423373. OLE color: 12423373.

HSL color Cylindrical-coordinate representation of color #CD90BD: hue angle of 315.74º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD90BD is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205144189-
CMYK00.300.080.20
HSL315.74º37.89%68.43%-
HSV(B)315.74º29.76%80.39%-
XYZ44.3436.652.87-
YUV167.37140.21154.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 144 (56.64% from 255) = 26.77%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=38.10%
G=26.77%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514418900.300.080.20315.7437.8968.43
HexCD90BD01E81413c2644
Octal315220275036102447446104
Binary1100110110010000101111010111101000101001001111001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD90BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD90BD; }

 p { color: rgb(205,144,189); }

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

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

 a { background-color: rgb(205,144,189); }

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

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

 span { border-color: rgb(205,144,189); }

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