#CD89B5

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

Shades of Lily #CD89B5

Tints of Lily #CD89B5

Color information

#CD89B5 (or 0xCD89B5) is unknown color: approx Lily. HEX triplet: CD, 89 and B5. RGB value is (205,137,181). Sum of RGB (Red+Green+Blue) = 205+137+181=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD89B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD89B5 is #32764A. Grayscale: #A2A2A2. Windows color (decimal): -3307083 or 11897293. OLE color: 11897293.

HSL color Cylindrical-coordinate representation of color #CD89B5: hue angle of 321.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD89B5 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB205137181-
CMYK00.330.120.20
HSL321.18º40.48%67.06%-
HSV(B)321.18º33.17%80.39%-
XYZ42.4634.2148.08-
YUV162.35138.53158.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 137 (53.91% from 255) = 26.20%
BLUE value IS 181 (71.09% from 255) = 34.61%
R=39.20%
G=26.20%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513718100.330.120.20321.1840.4867.06
HexCD89B5021C141412843
Octal315211265041142450150103
Binary11001101100010011011010101000011100101001010000011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD89B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD89B5; }

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

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

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

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

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

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

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

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