Shades of Heliotrope #D75CEF
Tints of Heliotrope #D75CEF
RGB
CMYK
RGB Variations
Color information
#D75CEF (or 0xD75CEF) is known color: Heliotrope. HEX triplet: D7, 5C and EF. RGB value is (215,92,239). Sum of RGB (Red+Green+Blue) = 215+92+239=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 92 (36.33% from 255 or 16.85% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #D75CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75CEF is #28A310. Grayscale: #919191. Windows color (decimal): -2663185 or 15686871. OLE color: 15686871.
HSL color Cylindrical-coordinate representation of color #D75CEF: hue angle of 290.2º 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 #D75CEF is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 92 | 239 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.06 |
| HSL | 290.2º | 0.82% | 0.65% | - |
| HSV(B) | 290.2º | 0.62% | 0.94% | - |
| XYZ | 47.43 | 28.33 | 84.63 | - |
| YUV | 145.54 | 180.75 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 239 | 0.10 | 0.62 | 0 | 0.06 | 290.2 | 0.82 | 0.65 |
| Hex | D7 | 5C | EF | A | 3E | 0 | 6 | 122 | 52 | 41 |
| Octal | 327 | 134 | 357 | 12 | 76 | 0 | 6 | 442 | 122 | 101 |
| Binary | 11010111 | 1011100 | 11101111 | 1010 | 111110 | 0 | 110 | 100100010 | 1010010 | 1000001 |
Color Harmonies of #D75CEF
Complementary color
Monochromatic Colors of #D75CEF
Black with #D75CEF
Text Example
Text Example
White with #D75CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75CEF; }
p { color: rgb(215,92,239); }
H1.HeaderClassName
{
color: #D75CEF;
}
.AnyTagClassName
{
color: #D75CEF;
}
</style>
background-color css
<style>
a { background-color: #D75CEF; }
a { background-color: rgb(215,92,239); }
div.DivClassName
{
background-color: #D75CEF;
}
.BgClassName
{
background-color: #D75CEF;
}
</style>
border-color css
<style>
span { border-color: #D75CEF; }
span { border-color: rgb(215,92,239); }
td.TdClassName
{
border-color: #D75CEF;
}
.TagClassName
{
border-color: #D75CEF;
}
</style>