#CA7DAD

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

Shades of Lily #CA7DAD

Tints of Lily #CA7DAD

Color information

#CA7DAD (or 0xCA7DAD) is unknown color: approx Lily. HEX triplet: CA, 7D and AD. RGB value is (202,125,173). Sum of RGB (Red+Green+Blue) = 202+125+173=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7DAD is #358252. Grayscale: #999999. Windows color (decimal): -3506771 or 11369930. OLE color: 11369930.

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

Color convert

RGB202125173-
CMYK00.380.140.21
HSL322.6º42.08%64.12%-
HSV(B)322.6º38.12%79.22%-
XYZ39.2330.2443.3-
YUV153.5139.01162.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 125 (49.22% from 255) = 25%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=40.4%
G=25%
B=34.6%

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
Decimal20212517300.380.140.21322.642.0864.12
HexCA7DAD026E151432a40
Octal312175255046162550352100
Binary1100101011111011010110101001101110101011010000111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DAD; }

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

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

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

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

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

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

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

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