#C98DCC

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

Shades of Lilac #C98DCC

Tints of Lilac #C98DCC

Color information

#C98DCC (or 0xC98DCC) is unknown color: approx Lilac. HEX triplet: C9, 8D and CC. RGB value is (201,141,204). Sum of RGB (Red+Green+Blue) = 201+141+204=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #C98DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DCC is #367233. Grayscale: #A5A5A5. Windows color (decimal): -3568180 or 13405641. OLE color: 13405641.

HSL color Cylindrical-coordinate representation of color #C98DCC: hue angle of 297.14º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98DCC is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB201141204-
CMYK0.010.3100.2
HSL297.14º38.18%67.65%-
HSV(B)297.14º30.88%80%-
XYZ44.5135.8361.7-
YUV166.12149.38152.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.81%
GREEN value IS 141 (55.47% from 255) = 25.82%
BLUE value IS 204 (80.08% from 255) = 37.36%
R=36.81%
G=25.82%
B=37.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2011412040.010.3100.2297.1438.1867.65
HexC98DCC11F0141292644
Octal31121531413702445146104
Binary1100100110001101110011001111110101001001010011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DCC; }

 p { color: rgb(201,141,204); }

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

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

 a { background-color: rgb(201,141,204); }

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

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

 span { border-color: rgb(201,141,204); }

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