#CB82BA

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

Shades of Lily #CB82BA

Tints of Lily #CB82BA

Color information

#CB82BA (or 0xCB82BA) is unknown color: approx Lily. HEX triplet: CB, 82 and BA. RGB value is (203,130,186). Sum of RGB (Red+Green+Blue) = 203+130+186=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82BA is #347D45. Grayscale: #9E9E9E. Windows color (decimal): -3439942 or 12223179. OLE color: 12223179.

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

Color convert

RGB203130186-
CMYK00.360.080.20
HSL313.97º41.24%65.29%-
HSV(B)313.97º35.96%79.61%-
XYZ41.4732.2150.49-
YUV158.21143.68159.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.11%
GREEN value IS 130 (51.17% from 255) = 25.05%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=39.11%
G=25.05%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313018600.360.080.20313.9741.2465.29
HexCB82BA02481413a2941
Octal313202272044102447251101
Binary11001011100000101011101001001001000101001001110101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB82BA; }

 p { color: rgb(203,130,186); }

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

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

 a { background-color: rgb(203,130,186); }

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

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

 span { border-color: rgb(203,130,186); }

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