#C98BC0

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

Shades of Lilac #C98BC0

Tints of Lilac #C98BC0

Color information

#C98BC0 (or 0xC98BC0) is unknown color: approx Lilac. HEX triplet: C9, 8B and C0. RGB value is (201,139,192). Sum of RGB (Red+Green+Blue) = 201+139+192=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C98BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BC0 is #36743F. Grayscale: #A3A3A3. Windows color (decimal): -3568704 or 12618697. OLE color: 12618697.

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

Color convert

RGB201139192-
CMYK00.310.040.21
HSL308.71º36.47%66.67%-
HSV(B)308.71º30.85%78.82%-
XYZ42.8334.6954.31-
YUV163.58144.04154.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 139 (54.69% from 255) = 26.13%
BLUE value IS 192 (75.39% from 255) = 36.09%
R=37.78%
G=26.13%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113919200.310.040.21308.7136.4766.67
HexC98BC001F4151352443
Octal31121330003742546544103
Binary110010011000101111000000011111100101011001101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98BC0; }

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

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

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

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

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

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

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

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