#CA8ABD

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

Shades of Lily #CA8ABD

Tints of Lily #CA8ABD

Color information

#CA8ABD (or 0xCA8ABD) is unknown color: approx Lily. HEX triplet: CA, 8A and BD. RGB value is (202,138,189). Sum of RGB (Red+Green+Blue) = 202+138+189=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ABD is #357542. Grayscale: #A2A2A2. Windows color (decimal): -3503427 or 12421834. OLE color: 12421834.

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

Color convert

RGB202138189-
CMYK00.320.060.21
HSL312.19º37.65%66.67%-
HSV(B)312.19º31.68%79.22%-
XYZ42.6334.4152.54-
YUV162.95142.7155.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 138 (54.30% from 255) = 26.09%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=38.19%
G=26.09%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213818900.320.060.21312.1937.6566.67
HexCA8ABD0206151382643
Octal31221227504062547046103
Binary1100101010001010101111010100000110101011001110001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8ABD; }

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

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

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

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

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

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

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

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