#CA7AB3

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

Shades of Lily #CA7AB3

Tints of Lily #CA7AB3

Color information

#CA7AB3 (or 0xCA7AB3) is unknown color: approx Lily. HEX triplet: CA, 7A and B3. RGB value is (202,122,179). Sum of RGB (Red+Green+Blue) = 202+122+179=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7AB3 is #35854C. Grayscale: #989898. Windows color (decimal): -3507533 or 11762378. OLE color: 11762378.

HSL color Cylindrical-coordinate representation of color #CA7AB3: hue angle of 317.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7AB3 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB202122179-
CMYK00.400.110.21
HSL317.25º43.01%63.53%-
HSV(B)317.25º39.6%79.22%-
XYZ39.4529.7346.31-
YUV152.42143163.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 122 (48.05% from 255) = 24.25%
BLUE value IS 179 (70.31% from 255) = 35.59%
R=40.16%
G=24.25%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212217900.400.110.21317.2543.0163.53
HexCA7AB3028B1513d2b40
Octal312172263050132547553100
Binary1100101011110101011001101010001011101011001111011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7AB3; }

 p { color: rgb(202,122,179); }

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

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

 a { background-color: rgb(202,122,179); }

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

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

 span { border-color: rgb(202,122,179); }

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