#CA7FAB

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

Shades of Lily #CA7FAB

Tints of Lily #CA7FAB

Color information

#CA7FAB (or 0xCA7FAB) is unknown color: approx Lily. HEX triplet: CA, 7F and AB. RGB value is (202,127,171). Sum of RGB (Red+Green+Blue) = 202+127+171=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FAB is #358054. Grayscale: #9A9A9A. Windows color (decimal): -3506261 or 11239370. OLE color: 11239370.

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

Color convert

RGB202127171-
CMYK00.370.150.21
HSL324.8º41.44%64.51%-
HSV(B)324.8º37.13%79.22%-
XYZ39.330.6842.38-
YUV154.44137.35161.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 127 (50% from 255) = 25.4%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=40.4%
G=25.4%
B=34.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212717100.370.150.21324.841.4464.51
HexCA7FAB025F151452941
Octal312177253045172550551101
Binary1100101011111111010101101001011111101011010001011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FAB; }

 p { color: rgb(202,127,171); }

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

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

 a { background-color: rgb(202,127,171); }

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

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

 span { border-color: rgb(202,127,171); }

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