#C98BBF

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

Shades of Lilac #C98BBF

Tints of Lilac #C98BBF

Color information

#C98BBF (or 0xC98BBF) is unknown color: approx Lilac. HEX triplet: C9, 8B and BF. RGB value is (201,139,191). Sum of RGB (Red+Green+Blue) = 201+139+191=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C98BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BBF is #367440. Grayscale: #A3A3A3. Windows color (decimal): -3568705 or 12553161. OLE color: 12553161.

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

Color convert

RGB201139191-
CMYK00.310.050.21
HSL309.68º36.47%66.67%-
HSV(B)309.68º30.85%78.82%-
XYZ42.7234.6453.73-
YUV163.47143.54154.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.85%
GREEN value IS 139 (54.69% from 255) = 26.18%
BLUE value IS 191 (75% from 255) = 35.97%
R=37.85%
G=26.18%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113919100.310.050.21309.6836.4766.67
HexC98BBF01F5151362443
Octal31121327703752546644103
Binary110010011000101110111111011111101101011001101101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98BBF; }

 p { color: rgb(201,139,191); }

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

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

 a { background-color: rgb(201,139,191); }

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

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

 span { border-color: rgb(201,139,191); }

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