Shades of Heliotrope #D178EF
Tints of Heliotrope #D178EF
RGB
CMYK
RGB Variations
Color information
#D178EF (or 0xD178EF) is known color: Heliotrope. HEX triplet: D1, 78 and EF. RGB value is (209,120,239). Sum of RGB (Red+Green+Blue) = 209+120+239=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #D178EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D178EF is #2E8710. Grayscale: #9F9F9F. Windows color (decimal): -3049233 or 15694033. OLE color: 15694033.
HSL color Cylindrical-coordinate representation of color #D178EF: hue angle of 284.87º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D178EF is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 120 | 239 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.06 |
| HSL | 284.87º | 0.79% | 0.7% | - |
| HSV(B) | 284.87º | 0.5% | 0.94% | - |
| XYZ | 48.59 | 33.22 | 85.51 | - |
| YUV | 160.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 239 | 0.13 | 0.50 | 0 | 0.06 | 284.87 | 0.79 | 0.7 |
| Hex | D1 | 78 | EF | D | 32 | 0 | 6 | 11D | 4F | 46 |
| Octal | 321 | 170 | 357 | 15 | 62 | 0 | 6 | 435 | 117 | 106 |
| Binary | 11010001 | 1111000 | 11101111 | 1101 | 110010 | 0 | 110 | 100011101 | 1001111 | 1000110 |
Color Harmonies of #D178EF
Complementary color
Monochromatic Colors of #D178EF
Black with #D178EF
Text Example
Text Example
White with #D178EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D178EF; }
p { color: rgb(209,120,239); }
H1.HeaderClassName
{
color: #D178EF;
}
.AnyTagClassName
{
color: #D178EF;
}
</style>
background-color css
<style>
a { background-color: #D178EF; }
a { background-color: rgb(209,120,239); }
div.DivClassName
{
background-color: #D178EF;
}
.BgClassName
{
background-color: #D178EF;
}
</style>
border-color css
<style>
span { border-color: #D178EF; }
span { border-color: rgb(209,120,239); }
td.TdClassName
{
border-color: #D178EF;
}
.TagClassName
{
border-color: #D178EF;
}
</style>