#CB86BC

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

Shades of Lily #CB86BC

Tints of Lily #CB86BC

Color information

#CB86BC (or 0xCB86BC) is unknown color: approx Lily. HEX triplet: CB, 86 and BC. RGB value is (203,134,188). Sum of RGB (Red+Green+Blue) = 203+134+188=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86BC is #347943. Grayscale: #A0A0A0. Windows color (decimal): -3438916 or 12355275. OLE color: 12355275.

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

Color convert

RGB203134188-
CMYK00.340.070.20
HSL313.04º39.88%66.08%-
HSV(B)313.04º33.99%79.61%-
XYZ42.2333.3851.79-
YUV160.79143.36158.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 134 (52.73% from 255) = 25.52%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=38.67%
G=25.52%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313418800.340.070.20313.0439.8866.08
HexCB86BC0227141392842
Octal31320627404272447150102
Binary1100101110000110101111000100010111101001001110011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB86BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB86BC; }

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

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

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

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

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

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

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

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