#CB91BD

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

Shades of Lily #CB91BD

Tints of Lily #CB91BD

Color information

#CB91BD (or 0xCB91BD) is unknown color: approx Lily. HEX triplet: CB, 91 and BD. RGB value is (203,145,189). Sum of RGB (Red+Green+Blue) = 203+145+189=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CB91BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91BD is #346E42. Grayscale: #A7A7A7. Windows color (decimal): -3436099 or 12423627. OLE color: 12423627.

HSL color Cylindrical-coordinate representation of color #CB91BD: hue angle of 314.48º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB91BD is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203145189-
CMYK00.290.070.20
HSL314.48º35.8%68.24%-
HSV(B)314.48º28.57%79.61%-
XYZ43.9436.6252.9-
YUV167.36140.22153.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 145 (57.03% from 255) = 27.00%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=37.80%
G=27.00%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314518900.290.070.20314.4835.868.24
HexCB91BD01D71413a2444
Octal31322127503572447244104
Binary110010111001000110111101011101111101001001110101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB91BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB91BD; }

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

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

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

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

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

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

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

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