#CA8DAD

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

Shades of Lily #CA8DAD

Tints of Lily #CA8DAD

Color information

#CA8DAD (or 0xCA8DAD) is unknown color: approx Lily. HEX triplet: CA, 8D and AD. RGB value is (202,141,173). Sum of RGB (Red+Green+Blue) = 202+141+173=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8DAD is #357252. Grayscale: #A2A2A2. Windows color (decimal): -3502675 or 11374026. OLE color: 11374026.

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

Color convert

RGB202141173-
CMYK00.300.140.21
HSL328.52º36.53%67.25%-
HSV(B)328.52º30.2%79.22%-
XYZ41.4234.6244.03-
YUV162.89133.71155.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 141 (55.47% from 255) = 27.33%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=39.15%
G=27.33%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214117300.300.140.21328.5236.5367.25
HexCA8DAD01EE151492543
Octal312215255036162551145103
Binary1100101010001101101011010111101110101011010010011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8DAD; }

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

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

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

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

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

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

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

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