#CB87BC

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

Shades of Lily #CB87BC

Tints of Lily #CB87BC

Color information

#CB87BC (or 0xCB87BC) is unknown color: approx Lily. HEX triplet: CB, 87 and BC. RGB value is (203,135,188). Sum of RGB (Red+Green+Blue) = 203+135+188=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CB87BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB87BC is #347843. Grayscale: #A1A1A1. Windows color (decimal): -3438660 or 12355531. OLE color: 12355531.

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

Color convert

RGB203135188-
CMYK00.330.070.20
HSL313.24º39.53%66.27%-
HSV(B)313.24º33.5%79.61%-
XYZ42.3733.6651.84-
YUV161.37143.03157.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 135 (53.12% from 255) = 25.67%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=38.59%
G=25.67%
B=35.74%

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
Decimal20313518800.330.070.20313.2439.5366.27
HexCB87BC0217141392842
Octal31320727404172447150102
Binary1100101110000111101111000100001111101001001110011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB87BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB87BC; }

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

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

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

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

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

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

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

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