Shades of Heliotrope #D95CFE
Tints of Heliotrope #D95CFE
RGB
CMYK
RGB Variations
Color information
#D95CFE (or 0xD95CFE) is known color: Heliotrope. HEX triplet: D9, 5C and FE. RGB value is (217,92,254). Sum of RGB (Red+Green+Blue) = 217+92+254=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 92 (36.33% from 255 or 16.34% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #D95CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95CFE is #26A301. Grayscale: #939393. Windows color (decimal): -2532098 or 16669913. OLE color: 16669913.
HSL color Cylindrical-coordinate representation of color #D95CFE: hue angle of 286.3º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D95CFE is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 92 | 254 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.00 |
| HSL | 286.3º | 0.99% | 0.68% | - |
| HSV(B) | 286.3º | 0.64% | 1% | - |
| XYZ | 50.33 | 29.56 | 96.82 | - |
| YUV | 147.84 | 187.91 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 254 | 0.15 | 0.64 | 0 | 0.00 | 286.3 | 0.99 | 0.68 |
| Hex | D9 | 5C | FE | F | 40 | 0 | 0 | 11E | 63 | 44 |
| Octal | 331 | 134 | 376 | 17 | 100 | 0 | 0 | 436 | 143 | 104 |
| Binary | 11011001 | 1011100 | 11111110 | 1111 | 1000000 | 0 | 0 | 100011110 | 1100011 | 1000100 |
Color Harmonies of #D95CFE
Complementary color
Monochromatic Colors of #D95CFE
Black with #D95CFE
Text Example
Text Example
White with #D95CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95CFE; }
p { color: rgb(217,92,254); }
H1.HeaderClassName
{
color: #D95CFE;
}
.AnyTagClassName
{
color: #D95CFE;
}
</style>
background-color css
<style>
a { background-color: #D95CFE; }
a { background-color: rgb(217,92,254); }
div.DivClassName
{
background-color: #D95CFE;
}
.BgClassName
{
background-color: #D95CFE;
}
</style>
border-color css
<style>
span { border-color: #D95CFE; }
span { border-color: rgb(217,92,254); }
td.TdClassName
{
border-color: #D95CFE;
}
.TagClassName
{
border-color: #D95CFE;
}
</style>