#C98DBD

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

Shades of Lily #C98DBD

Tints of Lily #C98DBD

Color information

#C98DBD (or 0xC98DBD) is unknown color: approx Lily. HEX triplet: C9, 8D and BD. RGB value is (201,141,189). Sum of RGB (Red+Green+Blue) = 201+141+189=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DBD is #367242. Grayscale: #A4A4A4. Windows color (decimal): -3568195 or 12422601. OLE color: 12422601.

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

Color convert

RGB201141189-
CMYK00.300.060.21
HSL312º35.71%67.06%-
HSV(B)312º29.85%78.82%-
XYZ42.835.1452.67-
YUV164.41141.88154.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.85%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=37.85%
G=26.55%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114118900.300.060.2131235.7167.06
HexC98DBD01E6151382443
Octal31121527503662547044103
Binary110010011000110110111101011110110101011001110001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DBD; }

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

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

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

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

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

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

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

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