#CA8DAF

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

Shades of Lily #CA8DAF

Tints of Lily #CA8DAF

Color information

#CA8DAF (or 0xCA8DAF) is unknown color: approx Lily. HEX triplet: CA, 8D and AF. RGB value is (202,141,175). Sum of RGB (Red+Green+Blue) = 202+141+175=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8DAF is #357250. Grayscale: #A3A3A3. Windows color (decimal): -3502673 or 11505098. OLE color: 11505098.

HSL color Cylindrical-coordinate representation of color #CA8DAF: hue angle of 326.56º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8DAF is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB202141175-
CMYK00.300.130.21
HSL326.56º36.53%67.25%-
HSV(B)326.56º30.2%79.22%-
XYZ41.6234.745.06-
YUV163.11134.71155.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 141 (55.47% from 255) = 27.22%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=39.00%
G=27.22%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214117500.300.130.21326.5636.5367.25
HexCA8DAF01ED151472543
Octal312215257036152550745103
Binary1100101010001101101011110111101101101011010001111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8DAF; }

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

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

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

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

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

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

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

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