Shades of Heliotrope #D98CFE
Tints of Heliotrope #D98CFE
RGB
CMYK
RGB Variations
Color information
#D98CFE (or 0xD98CFE) is known color: Heliotrope. HEX triplet: D9, 8C and FE. RGB value is (217,140,254). Sum of RGB (Red+Green+Blue) = 217+140+254=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #D98CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98CFE is #267301. Grayscale: #AFAFAF. Windows color (decimal): -2519810 or 16682201. OLE color: 16682201.
HSL color Cylindrical-coordinate representation of color #D98CFE: hue angle of 280.53º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D98CFE is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 140 | 254 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.00 |
| HSL | 280.53º | 0.98% | 0.77% | - |
| HSV(B) | 280.53º | 0.45% | 1% | - |
| XYZ | 55.88 | 40.66 | 98.67 | - |
| YUV | 176.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 254 | 0.15 | 0.45 | 0 | 0.00 | 280.53 | 0.98 | 0.77 |
| Hex | D9 | 8C | FE | F | 2D | 0 | 0 | 119 | 62 | 4D |
| Octal | 331 | 214 | 376 | 17 | 55 | 0 | 0 | 431 | 142 | 115 |
| Binary | 11011001 | 10001100 | 11111110 | 1111 | 101101 | 0 | 0 | 100011001 | 1100010 | 1001101 |
Color Harmonies of #D98CFE
Complementary color
Monochromatic Colors of #D98CFE
Black with #D98CFE
Text Example
Text Example
White with #D98CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98CFE; }
p { color: rgb(217,140,254); }
H1.HeaderClassName
{
color: #D98CFE;
}
.AnyTagClassName
{
color: #D98CFE;
}
</style>
background-color css
<style>
a { background-color: #D98CFE; }
a { background-color: rgb(217,140,254); }
div.DivClassName
{
background-color: #D98CFE;
}
.BgClassName
{
background-color: #D98CFE;
}
</style>
border-color css
<style>
span { border-color: #D98CFE; }
span { border-color: rgb(217,140,254); }
td.TdClassName
{
border-color: #D98CFE;
}
.TagClassName
{
border-color: #D98CFE;
}
</style>