#C98CD1

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

Shades of Lilac #C98CD1

Tints of Lilac #C98CD1

Color information

#C98CD1 (or 0xC98CD1) is unknown color: approx Lilac. HEX triplet: C9, 8C and D1. RGB value is (201,140,209). Sum of RGB (Red+Green+Blue) = 201+140+209=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 209 - color contains mainly: blue. Hex color #C98CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CD1 is #36732E. Grayscale: #A5A5A5. Windows color (decimal): -3568431 or 13733065. OLE color: 13733065.

HSL color Cylindrical-coordinate representation of color #C98CD1: hue angle of 293.04º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C98CD1 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201140209-
CMYK0.040.3300.18
HSL293.04º42.86%68.43%-
HSV(B)293.04º33.01%81.96%-
XYZ44.9735.7864.86-
YUV166.1152.21152.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.55%
GREEN value IS 140 (55.08% from 255) = 25.45%
BLUE value IS 209 (82.03% from 255) = 38%
R=36.55%
G=25.45%
B=38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011402090.040.3300.18293.0442.8668.43
HexC98CD14210121252b44
Octal31121432144102244553104
Binary1100100110001100110100011001000010100101001001011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98CD1; }

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

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

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

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

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

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

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

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