#CB85BC

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

Shades of Lily #CB85BC

Tints of Lily #CB85BC

Color information

#CB85BC (or 0xCB85BC) is unknown color: approx Lily. HEX triplet: CB, 85 and BC. RGB value is (203,133,188). Sum of RGB (Red+Green+Blue) = 203+133+188=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85BC is #347A43. Grayscale: #A0A0A0. Windows color (decimal): -3439172 or 12355019. OLE color: 12355019.

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

Color convert

RGB203133188-
CMYK00.340.070.20
HSL312.86º40.23%65.88%-
HSV(B)312.86º34.48%79.61%-
XYZ42.0933.151.75-
YUV160.2143.69158.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=38.74%
G=25.38%
B=35.88%

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
Decimal20313318800.340.070.20312.8640.2365.88
HexCB85BC0227141392842
Octal31320527404272447150102
Binary1100101110000101101111000100010111101001001110011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB85BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB85BC; }

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

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

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

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

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

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

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

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