#C98DAD

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

Shades of Lily #C98DAD

Tints of Lily #C98DAD

Color information

#C98DAD (or 0xC98DAD) is unknown color: approx Lily. HEX triplet: C9, 8D and AD. RGB value is (201,141,173). Sum of RGB (Red+Green+Blue) = 201+141+173=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98DAD is #367252. Grayscale: #A2A2A2. Windows color (decimal): -3568211 or 11374025. OLE color: 11374025.

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

Color convert

RGB201141173-
CMYK00.300.140.21
HSL328º35.71%67.06%-
HSV(B)328º29.85%78.82%-
XYZ41.1634.4844.02-
YUV162.59133.88155.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.03%
GREEN value IS 141 (55.47% from 255) = 27.38%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=39.03%
G=27.38%
B=33.59%

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
Decimal20114117300.300.140.2132835.7167.06
HexC98DAD01EE151482443
Octal311215255036162551044103
Binary1100100110001101101011010111101110101011010010001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DAD; }

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

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

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

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

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

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

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

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