#CA7EB9

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

Shades of Lily #CA7EB9

Tints of Lily #CA7EB9

Color information

#CA7EB9 (or 0xCA7EB9) is unknown color: approx Lily. HEX triplet: CA, 7E and B9. RGB value is (202,126,185). Sum of RGB (Red+Green+Blue) = 202+126+185=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7EB9 is #358146. Grayscale: #9B9B9B. Windows color (decimal): -3506503 or 12156618. OLE color: 12156618.

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

Color convert

RGB202126185-
CMYK00.380.080.21
HSL313.42º41.76%64.31%-
HSV(B)313.42º37.62%79.22%-
XYZ40.5730.9849.74-
YUV155.45144.68161.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 126 (49.61% from 255) = 24.56%
BLUE value IS 185 (72.66% from 255) = 36.06%
R=39.38%
G=24.56%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212618500.380.080.21313.4241.7664.31
HexCA7EB90268151392a40
Octal312176271046102547152100
Binary1100101011111101011100101001101000101011001110011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7EB9; }

 p { color: rgb(202,126,185); }

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

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

 a { background-color: rgb(202,126,185); }

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

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

 span { border-color: rgb(202,126,185); }

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