#C98BC2

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

Shades of Lilac #C98BC2

Tints of Lilac #C98BC2

Color information

#C98BC2 (or 0xC98BC2) is unknown color: approx Lilac. HEX triplet: C9, 8B and C2. RGB value is (201,139,194). Sum of RGB (Red+Green+Blue) = 201+139+194=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C98BC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BC2 is #36743D. Grayscale: #A3A3A3. Windows color (decimal): -3568702 or 12749769. OLE color: 12749769.

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

Color convert

RGB201139194-
CMYK00.310.030.21
HSL306.77º36.47%66.67%-
HSV(B)306.77º30.85%78.82%-
XYZ43.0634.7855.48-
YUV163.81145.04154.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.64%
GREEN value IS 139 (54.69% from 255) = 26.03%
BLUE value IS 194 (76.17% from 255) = 36.33%
R=37.64%
G=26.03%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113919400.310.030.21306.7736.4766.67
HexC98BC201F3151332443
Octal31121330203732546344103
Binary11001001100010111100001001111111101011001100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98BC2; }

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

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

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

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

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

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

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

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