Shades of Heliotrope #D178E7
Tints of Heliotrope #D178E7
RGB
CMYK
RGB Variations
Color information
#D178E7 (or 0xD178E7) is known color: Heliotrope. HEX triplet: D1, 78 and E7. RGB value is (209,120,231). Sum of RGB (Red+Green+Blue) = 209+120+231=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #D178E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D178E7 is #2E8718. Grayscale: #9E9E9E. Windows color (decimal): -3049241 or 15169745. OLE color: 15169745.
HSL color Cylindrical-coordinate representation of color #D178E7: hue angle of 288.11º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D178E7 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 120 | 231 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.09 |
| HSL | 288.11º | 0.7% | 0.69% | - |
| HSV(B) | 288.11º | 0.48% | 0.91% | - |
| XYZ | 47.43 | 32.76 | 79.42 | - |
| YUV | 159.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 231 | 0.10 | 0.48 | 0 | 0.09 | 288.11 | 0.7 | 0.69 |
| Hex | D1 | 78 | E7 | A | 30 | 0 | 9 | 120 | 46 | 45 |
| Octal | 321 | 170 | 347 | 12 | 60 | 0 | 11 | 440 | 106 | 105 |
| Binary | 11010001 | 1111000 | 11100111 | 1010 | 110000 | 0 | 1001 | 100100000 | 1000110 | 1000101 |
Color Harmonies of #D178E7
Complementary color
Monochromatic Colors of #D178E7
Black with #D178E7
Text Example
Text Example
White with #D178E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D178E7; }
p { color: rgb(209,120,231); }
H1.HeaderClassName
{
color: #D178E7;
}
.AnyTagClassName
{
color: #D178E7;
}
</style>
background-color css
<style>
a { background-color: #D178E7; }
a { background-color: rgb(209,120,231); }
div.DivClassName
{
background-color: #D178E7;
}
.BgClassName
{
background-color: #D178E7;
}
</style>
border-color css
<style>
span { border-color: #D178E7; }
span { border-color: rgb(209,120,231); }
td.TdClassName
{
border-color: #D178E7;
}
.TagClassName
{
border-color: #D178E7;
}
</style>