Shades of Heliotrope #D95CEF
Tints of Heliotrope #D95CEF
RGB
CMYK
RGB Variations
Color information
#D95CEF (or 0xD95CEF) is known color: Heliotrope. HEX triplet: D9, 5C and EF. RGB value is (217,92,239). Sum of RGB (Red+Green+Blue) = 217+92+239=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 92 (36.33% from 255 or 16.79% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #D95CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95CEF is #26A310. Grayscale: #919191. Windows color (decimal): -2532113 or 15686873. OLE color: 15686873.
HSL color Cylindrical-coordinate representation of color #D95CEF: hue angle of 291.02º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95CEF is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 92 | 239 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.06 |
| HSL | 291.02º | 0.82% | 0.65% | - |
| HSV(B) | 291.02º | 0.62% | 0.94% | - |
| XYZ | 48.02 | 28.64 | 84.66 | - |
| YUV | 146.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 239 | 0.09 | 0.62 | 0 | 0.06 | 291.02 | 0.82 | 0.65 |
| Hex | D9 | 5C | EF | 9 | 3E | 0 | 6 | 123 | 52 | 41 |
| Octal | 331 | 134 | 357 | 11 | 76 | 0 | 6 | 443 | 122 | 101 |
| Binary | 11011001 | 1011100 | 11101111 | 1001 | 111110 | 0 | 110 | 100100011 | 1010010 | 1000001 |
Color Harmonies of #D95CEF
Complementary color
Monochromatic Colors of #D95CEF
Black with #D95CEF
Text Example
Text Example
White with #D95CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95CEF; }
p { color: rgb(217,92,239); }
H1.HeaderClassName
{
color: #D95CEF;
}
.AnyTagClassName
{
color: #D95CEF;
}
</style>
background-color css
<style>
a { background-color: #D95CEF; }
a { background-color: rgb(217,92,239); }
div.DivClassName
{
background-color: #D95CEF;
}
.BgClassName
{
background-color: #D95CEF;
}
</style>
border-color css
<style>
span { border-color: #D95CEF; }
span { border-color: rgb(217,92,239); }
td.TdClassName
{
border-color: #D95CEF;
}
.TagClassName
{
border-color: #D95CEF;
}
</style>