#C98FBD

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

Shades of Lily #C98FBD

Tints of Lily #C98FBD

Color information

#C98FBD (or 0xC98FBD) is unknown color: approx Lily. HEX triplet: C9, 8F and BD. RGB value is (201,143,189). Sum of RGB (Red+Green+Blue) = 201+143+189=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C98FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FBD is #367042. Grayscale: #A5A5A5. Windows color (decimal): -3567683 or 12423113. OLE color: 12423113.

HSL color Cylindrical-coordinate representation of color #C98FBD: hue angle of 312.41º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C98FBD is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201143189-
CMYK00.290.060.21
HSL312.41º34.94%67.45%-
HSV(B)312.41º28.86%78.82%-
XYZ43.135.7452.77-
YUV165.59141.22153.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.71%
GREEN value IS 143 (56.25% from 255) = 26.83%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=37.71%
G=26.83%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114318900.290.060.21312.4134.9467.45
HexC98FBD01D6151382343
Octal31121727503562547043103
Binary110010011000111110111101011101110101011001110001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98FBD; }

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

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

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

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

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

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

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

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