#CA7FAF

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

Shades of Lily #CA7FAF

Tints of Lily #CA7FAF

Color information

#CA7FAF (or 0xCA7FAF) is unknown color: approx Lily. HEX triplet: CA, 7F and AF. RGB value is (202,127,175). Sum of RGB (Red+Green+Blue) = 202+127+175=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FAF is #358050. Grayscale: #9A9A9A. Windows color (decimal): -3506257 or 11501514. OLE color: 11501514.

HSL color Cylindrical-coordinate representation of color #CA7FAF: hue angle of 321.6º 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 #CA7FAF is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB202127175-
CMYK00.370.130.21
HSL321.6º41.44%64.51%-
HSV(B)321.6º37.13%79.22%-
XYZ39.6830.8344.42-
YUV154.9139.35161.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 127 (50% from 255) = 25.20%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=40.08%
G=25.20%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212717500.370.130.21321.641.4464.51
HexCA7FAF025D151422941
Octal312177257045152550251101
Binary1100101011111111010111101001011101101011010000101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FAF; }

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

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

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

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

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

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

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

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