#CB7FB1

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

Shades of Lily #CB7FB1

Tints of Lily #CB7FB1

Color information

#CB7FB1 (or 0xCB7FB1) is unknown color: approx Lily. HEX triplet: CB, 7F and B1. RGB value is (203,127,177). Sum of RGB (Red+Green+Blue) = 203+127+177=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7FB1 is #34804E. Grayscale: #9B9B9B. Windows color (decimal): -3440719 or 11632587. OLE color: 11632587.

HSL color Cylindrical-coordinate representation of color #CB7FB1: hue angle of 320.53º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB7FB1 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB203127177-
CMYK00.370.130.20
HSL320.53º42.22%64.71%-
HSV(B)320.53º37.44%79.61%-
XYZ40.1531.0545.47-
YUV155.42140.18161.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 127 (50% from 255) = 25.05%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=40.04%
G=25.05%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312717700.370.130.20320.5342.2264.71
HexCB7FB1025D141412a41
Octal313177261045152450152101
Binary1100101111111111011000101001011101101001010000011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7FB1; }

 p { color: rgb(203,127,177); }

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

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

 a { background-color: rgb(203,127,177); }

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

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

 span { border-color: rgb(203,127,177); }

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