#CD90B5

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

Shades of Lily #CD90B5

Tints of Lily #CD90B5

Color information

#CD90B5 (or 0xCD90B5) is unknown color: approx Lily. HEX triplet: CD, 90 and B5. RGB value is (205,144,181). Sum of RGB (Red+Green+Blue) = 205+144+181=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD90B5 is #326F4A. Grayscale: #A6A6A6. Windows color (decimal): -3305291 or 11899085. OLE color: 11899085.

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

Color convert

RGB205144181-
CMYK00.300.120.20
HSL323.61º37.89%68.43%-
HSV(B)323.61º29.76%80.39%-
XYZ43.4936.2648.42-
YUV166.46136.21155.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 144 (56.64% from 255) = 27.17%
BLUE value IS 181 (71.09% from 255) = 34.15%
R=38.68%
G=27.17%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514418100.300.120.20323.6137.8968.43
HexCD90B501EC141442644
Octal315220265036142450446104
Binary1100110110010000101101010111101100101001010001001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD90B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD90B5; }

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

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

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

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

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

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

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

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