#CB8ABD

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

Shades of Lily #CB8ABD

Tints of Lily #CB8ABD

Color information

#CB8ABD (or 0xCB8ABD) is unknown color: approx Lily. HEX triplet: CB, 8A and BD. RGB value is (203,138,189). Sum of RGB (Red+Green+Blue) = 203+138+189=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ABD is #347542. Grayscale: #A3A3A3. Windows color (decimal): -3437891 or 12421835. OLE color: 12421835.

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

Color convert

RGB203138189-
CMYK00.320.070.20
HSL312.92º38.46%66.86%-
HSV(B)312.92º32.02%79.61%-
XYZ42.934.5552.55-
YUV163.25142.53156.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=38.30%
G=26.04%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313818900.320.070.20312.9238.4666.86
HexCB8ABD0207141392643
Octal31321227504072447146103
Binary1100101110001010101111010100000111101001001110011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8ABD; }

 p { color: rgb(203,138,189); }

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

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

 a { background-color: rgb(203,138,189); }

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

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

 span { border-color: rgb(203,138,189); }

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