#CA7DAE

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

Shades of Lily #CA7DAE

Tints of Lily #CA7DAE

Color information

#CA7DAE (or 0xCA7DAE) is unknown color: approx Lily. HEX triplet: CA, 7D and AE. RGB value is (202,125,174). Sum of RGB (Red+Green+Blue) = 202+125+174=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7DAE is #358251. Grayscale: #999999. Windows color (decimal): -3506770 or 11435466. OLE color: 11435466.

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

Color convert

RGB202125174-
CMYK00.380.140.21
HSL321.82º42.08%64.12%-
HSV(B)321.82º38.12%79.22%-
XYZ39.3330.2843.82-
YUV153.61139.51162.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 125 (49.22% from 255) = 24.95%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=40.32%
G=24.95%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212517400.380.140.21321.8242.0864.12
HexCA7DAE026E151422a40
Octal312175256046162550252100
Binary1100101011111011010111001001101110101011010000101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DAE; }

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

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

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

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

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

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

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

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