Shades of Heliotrope #D178FF
Tints of Heliotrope #D178FF
RGB
CMYK
RGB Variations
Color information
#D178FF (or 0xD178FF) is known color: Heliotrope. HEX triplet: D1, 78 and FF. RGB value is (209,120,255). Sum of RGB (Red+Green+Blue) = 209+120+255=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 120 (47.27% from 255 or 20.55% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #D178FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D178FF is #2E8700. Grayscale: #A1A1A1. Windows color (decimal): -3049217 or 16742609. OLE color: 16742609.
HSL color Cylindrical-coordinate representation of color #D178FF: hue angle of 279.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D178FF is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 120 | 255 | - |
| CMYK | 0.18 | 0.53 | 0 | 0 |
| HSL | 279.56º | 1% | 0.74% | - |
| HSV(B) | 279.56º | 0.53% | 1% | - |
| XYZ | 51.06 | 34.21 | 98.52 | - |
| YUV | 162 | 180.49 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 255 | 0.18 | 0.53 | 0 | 0 | 279.56 | 1 | 0.74 |
| Hex | D1 | 78 | FF | 12 | 35 | 0 | 0 | 118 | 64 | 4A |
| Octal | 321 | 170 | 377 | 22 | 65 | 0 | 0 | 430 | 144 | 112 |
| Binary | 11010001 | 1111000 | 11111111 | 10010 | 110101 | 0 | 0 | 100011000 | 1100100 | 1001010 |
Color Harmonies of #D178FF
Complementary color
Monochromatic Colors of #D178FF
Black with #D178FF
Text Example
Text Example
White with #D178FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D178FF; }
p { color: rgb(209,120,255); }
H1.HeaderClassName
{
color: #D178FF;
}
.AnyTagClassName
{
color: #D178FF;
}
</style>
background-color css
<style>
a { background-color: #D178FF; }
a { background-color: rgb(209,120,255); }
div.DivClassName
{
background-color: #D178FF;
}
.BgClassName
{
background-color: #D178FF;
}
</style>
border-color css
<style>
span { border-color: #D178FF; }
span { border-color: rgb(209,120,255); }
td.TdClassName
{
border-color: #D178FF;
}
.TagClassName
{
border-color: #D178FF;
}
</style>