#D98FC8

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

Shades of Lilac #D98FC8

Tints of Lilac #D98FC8

Color information

#D98FC8 (or 0xD98FC8) is unknown color: approx Lilac. HEX triplet: D9, 8F and C8. RGB value is (217,143,200). Sum of RGB (Red+Green+Blue) = 217+143+200=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FC8 is #267037. Grayscale: #ABABAB. Windows color (decimal): -2519096 or 13144025. OLE color: 13144025.

HSL color Cylindrical-coordinate representation of color #D98FC8: hue angle of 313.78º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D98FC8 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217143200-
CMYK00.340.080.15
HSL313.78º49.33%70.59%-
HSV(B)313.78º34.1%85.1%-
XYZ48.8638.5759.51-
YUV171.62144.02160.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 143 (56.25% from 255) = 25.54%
BLUE value IS 200 (78.52% from 255) = 35.71%
R=38.75%
G=25.54%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714320000.340.080.15313.7849.3370.59
HexD98FC80228F13a3147
Octal331217310042101747261107
Binary1101100110001111110010000100010100011111001110101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98FC8; }

 p { color: rgb(217,143,200); }

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

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

 a { background-color: rgb(217,143,200); }

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

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

 span { border-color: rgb(217,143,200); }

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