#CA7DAF

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

Shades of Lily #CA7DAF

Tints of Lily #CA7DAF

Color information

#CA7DAF (or 0xCA7DAF) is unknown color: approx Lily. HEX triplet: CA, 7D and AF. RGB value is (202,125,175). Sum of RGB (Red+Green+Blue) = 202+125+175=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7DAF is #358250. Grayscale: #999999. Windows color (decimal): -3506769 or 11501002. OLE color: 11501002.

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

Color convert

RGB202125175-
CMYK00.380.130.21
HSL321.04º42.08%64.12%-
HSV(B)321.04º38.12%79.22%-
XYZ39.4330.3244.33-
YUV153.72140.01162.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=40.24%
G=24.90%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212517500.380.130.21321.0442.0864.12
HexCA7DAF026D151412a40
Octal312175257046152550152100
Binary1100101011111011010111101001101101101011010000011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DAF; }

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

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

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

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

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

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

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

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