#CB86B5

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

Shades of Lily #CB86B5

Tints of Lily #CB86B5

Color information

#CB86B5 (or 0xCB86B5) is unknown color: approx Lily. HEX triplet: CB, 86 and B5. RGB value is (203,134,181). Sum of RGB (Red+Green+Blue) = 203+134+181=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86B5 is #34794A. Grayscale: #9F9F9F. Windows color (decimal): -3438923 or 11896523. OLE color: 11896523.

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

Color convert

RGB203134181-
CMYK00.340.110.20
HSL319.13º39.88%66.08%-
HSV(B)319.13º33.99%79.61%-
XYZ41.4933.0847.91-
YUV159.99139.86158.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.19%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 181 (71.09% from 255) = 34.94%
R=39.19%
G=25.87%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313418100.340.110.20319.1339.8866.08
HexCB86B5022B1413f2842
Octal313206265042132447750102
Binary11001011100001101011010101000101011101001001111111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB86B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB86B5; }

 p { color: rgb(203,134,181); }

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

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

 a { background-color: rgb(203,134,181); }

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

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

 span { border-color: rgb(203,134,181); }

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