#d98efc

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

Shades of Heliotrope #D98EFC

Tints of Heliotrope #D98EFC

Color information

#D98EFC (or 0xD98EFC) is unknown color: approx Heliotrope. HEX triplet: D9, 8E and FC. RGB value is (217,142,252). Sum of RGB (Red+Green+Blue) = 217+142+252=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 142 (55.86% from 255 or 23.24% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #D98EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98EFC is #267103. Grayscale: #B0B0B0. Windows color (decimal): -2519300 or 16551641. OLE color: 16551641.

HSL color Cylindrical-coordinate representation of color #D98EFC: hue angle of 280.91º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D98EFC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217142252-
CMYK0.140.4400.01
HSL280.91º94.83%77.25%-
HSV(B)280.91º43.65%98.82%-
XYZ55.8641.1397.09-
YUV176.96170.35156.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.52%
GREEN value IS 142 (55.86% from 255) = 23.24%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=35.52%
G=23.24%
B=41.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171422520.140.4400.01280.9194.8377.25
HexD98EFCE2C011195f4d
Octal331216374165401431137115
Binary11011001100011101111110011101011000110001100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d98efc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d98efc; }

 p { color: rgb(217,142,252); }

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

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

 a { background-color: rgb(217,142,252); }

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

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

 span { border-color: rgb(217,142,252); }

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