#c98cc6

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

Shades of Lilac #C98CC6

Tints of Lilac #C98CC6

Color information

#C98CC6 (or 0xC98CC6) is unknown color: approx Lilac. HEX triplet: C9, 8C and C6. RGB value is (201,140,198). Sum of RGB (Red+Green+Blue) = 201+140+198=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C98CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CC6 is #367339. Grayscale: #A4A4A4. Windows color (decimal): -3568442 or 13012169. OLE color: 13012169.

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

Color convert

RGB201140198-
CMYK00.300.010.21
HSL302.95º36.09%66.86%-
HSV(B)302.95º30.35%78.82%-
XYZ43.6635.2557.93-
YUV164.85146.71153.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.29%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 198 (77.73% from 255) = 36.73%
R=37.29%
G=25.97%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114019800.300.010.21302.9536.0966.86
HexC98CC601E11512f2443
Octal31121430603612545744103
Binary1100100110001100110001100111101101011001011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c98cc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c98cc6; }

 p { color: rgb(201,140,198); }

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

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

 a { background-color: rgb(201,140,198); }

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

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

 span { border-color: rgb(201,140,198); }

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