#CA7FAE

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

Shades of Lily #CA7FAE

Tints of Lily #CA7FAE

Color information

#CA7FAE (or 0xCA7FAE) is unknown color: approx Lily. HEX triplet: CA, 7F and AE. RGB value is (202,127,174). Sum of RGB (Red+Green+Blue) = 202+127+174=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FAE is #358051. Grayscale: #9A9A9A. Windows color (decimal): -3506258 or 11435978. OLE color: 11435978.

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

Color convert

RGB202127174-
CMYK00.370.140.21
HSL322.4º41.44%64.51%-
HSV(B)322.4º37.13%79.22%-
XYZ39.5930.7943.9-
YUV154.78138.85161.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 127 (50% from 255) = 25.25%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=40.16%
G=25.25%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212717400.370.140.21322.441.4464.51
HexCA7FAE025E151422941
Octal312177256045162550251101
Binary1100101011111111010111001001011110101011010000101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FAE; }

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

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

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

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

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

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

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

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