#CA7FAD

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

Shades of Lily #CA7FAD

Tints of Lily #CA7FAD

Color information

#CA7FAD (or 0xCA7FAD) is unknown color: approx Lily. HEX triplet: CA, 7F and AD. RGB value is (202,127,173). Sum of RGB (Red+Green+Blue) = 202+127+173=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FAD is #358052. Grayscale: #9A9A9A. Windows color (decimal): -3506259 or 11370442. OLE color: 11370442.

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

Color convert

RGB202127173-
CMYK00.370.140.21
HSL323.2º41.44%64.51%-
HSV(B)323.2º37.13%79.22%-
XYZ39.4930.7543.39-
YUV154.67138.35161.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 127 (50% from 255) = 25.30%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=40.24%
G=25.30%
B=34.46%

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
Decimal20212717300.370.140.21323.241.4464.51
HexCA7FAD025E151432941
Octal312177255045162550351101
Binary1100101011111111010110101001011110101011010000111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FAD; }

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

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

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

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

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

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

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

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