#CB89BD

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

Shades of Lily #CB89BD

Tints of Lily #CB89BD

Color information

#CB89BD (or 0xCB89BD) is unknown color: approx Lily. HEX triplet: CB, 89 and BD. RGB value is (203,137,189). Sum of RGB (Red+Green+Blue) = 203+137+189=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CB89BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB89BD is #347642. Grayscale: #A2A2A2. Windows color (decimal): -3438147 or 12421579. OLE color: 12421579.

HSL color Cylindrical-coordinate representation of color #CB89BD: hue angle of 312.73º degrees, saturation: 0.39, 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 #CB89BD is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203137189-
CMYK00.330.070.20
HSL312.73º38.82%66.67%-
HSV(B)312.73º32.51%79.61%-
XYZ42.7634.2652.5-
YUV162.66142.87156.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 137 (53.91% from 255) = 25.90%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=38.37%
G=25.90%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313718900.330.070.20312.7338.8266.67
HexCB89BD0217141392743
Octal31321127504172447147103
Binary1100101110001001101111010100001111101001001110011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB89BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB89BD; }

 p { color: rgb(203,137,189); }

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

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

 a { background-color: rgb(203,137,189); }

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

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

 span { border-color: rgb(203,137,189); }

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