#CA8BBD

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

Shades of Lily #CA8BBD

Tints of Lily #CA8BBD

Color information

#CA8BBD (or 0xCA8BBD) is unknown color: approx Lily. HEX triplet: CA, 8B and BD. RGB value is (202,139,189). Sum of RGB (Red+Green+Blue) = 202+139+189=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BBD is #357442. Grayscale: #A3A3A3. Windows color (decimal): -3503171 or 12422090. OLE color: 12422090.

HSL color Cylindrical-coordinate representation of color #CA8BBD: hue angle of 312.38º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8BBD is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202139189-
CMYK00.310.060.21
HSL312.38º37.28%66.86%-
HSV(B)312.38º31.19%79.22%-
XYZ42.7834.752.59-
YUV163.54142.37155.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 139 (54.69% from 255) = 26.23%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=38.11%
G=26.23%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213918900.310.060.21312.3837.2866.86
HexCA8BBD01F6151382543
Octal31221327503762547045103
Binary110010101000101110111101011111110101011001110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BBD; }

 p { color: rgb(202,139,189); }

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

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

 a { background-color: rgb(202,139,189); }

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

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

 span { border-color: rgb(202,139,189); }

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