Shades of Heliotrope #D178ED
Tints of Heliotrope #D178ED
RGB
CMYK
RGB Variations
Color information
#D178ED (or 0xD178ED) is known color: Heliotrope. HEX triplet: D1, 78 and ED. RGB value is (209,120,237). Sum of RGB (Red+Green+Blue) = 209+120+237=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #D178ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D178ED is #2E8712. Grayscale: #9F9F9F. Windows color (decimal): -3049235 or 15562961. OLE color: 15562961.
HSL color Cylindrical-coordinate representation of color #D178ED: hue angle of 285.64º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D178ED is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 120 | 237 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.07 |
| HSL | 285.64º | 0.76% | 0.7% | - |
| HSV(B) | 285.64º | 0.49% | 0.93% | - |
| XYZ | 48.3 | 33.1 | 83.96 | - |
| YUV | 159.95 | 171.49 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 237 | 0.12 | 0.49 | 0 | 0.07 | 285.64 | 0.76 | 0.7 |
| Hex | D1 | 78 | ED | C | 31 | 0 | 7 | 11E | 4C | 46 |
| Octal | 321 | 170 | 355 | 14 | 61 | 0 | 7 | 436 | 114 | 106 |
| Binary | 11010001 | 1111000 | 11101101 | 1100 | 110001 | 0 | 111 | 100011110 | 1001100 | 1000110 |
Color Harmonies of #D178ED
Complementary color
Monochromatic Colors of #D178ED
Black with #D178ED
Text Example
Text Example
White with #D178ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D178ED; }
p { color: rgb(209,120,237); }
H1.HeaderClassName
{
color: #D178ED;
}
.AnyTagClassName
{
color: #D178ED;
}
</style>
background-color css
<style>
a { background-color: #D178ED; }
a { background-color: rgb(209,120,237); }
div.DivClassName
{
background-color: #D178ED;
}
.BgClassName
{
background-color: #D178ED;
}
</style>
border-color css
<style>
span { border-color: #D178ED; }
span { border-color: rgb(209,120,237); }
td.TdClassName
{
border-color: #D178ED;
}
.TagClassName
{
border-color: #D178ED;
}
</style>