Shades of Heliotrope #D778FF
Tints of Heliotrope #D778FF
RGB
CMYK
RGB Variations
Color information
#D778FF (or 0xD778FF) is known color: Heliotrope. HEX triplet: D7, 78 and FF. RGB value is (215,120,255). Sum of RGB (Red+Green+Blue) = 215+120+255=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 120 (47.27% from 255 or 20.34% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #D778FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D778FF is #288700. Grayscale: #A3A3A3. Windows color (decimal): -2656001 or 16742615. OLE color: 16742615.
HSL color Cylindrical-coordinate representation of color #D778FF: hue angle of 282.22º 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 #D778FF is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 120 | 255 | - |
| CMYK | 0.16 | 0.53 | 0 | 0 |
| HSL | 282.22º | 1% | 0.74% | - |
| HSV(B) | 282.22º | 0.53% | 1% | - |
| XYZ | 52.79 | 35.1 | 98.6 | - |
| YUV | 163.8 | 179.47 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 255 | 0.16 | 0.53 | 0 | 0 | 282.22 | 1 | 0.74 |
| Hex | D7 | 78 | FF | 10 | 35 | 0 | 0 | 11A | 64 | 4A |
| Octal | 327 | 170 | 377 | 20 | 65 | 0 | 0 | 432 | 144 | 112 |
| Binary | 11010111 | 1111000 | 11111111 | 10000 | 110101 | 0 | 0 | 100011010 | 1100100 | 1001010 |
Color Harmonies of #D778FF
Complementary color
Monochromatic Colors of #D778FF
Black with #D778FF
Text Example
Text Example
White with #D778FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778FF; }
p { color: rgb(215,120,255); }
H1.HeaderClassName
{
color: #D778FF;
}
.AnyTagClassName
{
color: #D778FF;
}
</style>
background-color css
<style>
a { background-color: #D778FF; }
a { background-color: rgb(215,120,255); }
div.DivClassName
{
background-color: #D778FF;
}
.BgClassName
{
background-color: #D778FF;
}
</style>
border-color css
<style>
span { border-color: #D778FF; }
span { border-color: rgb(215,120,255); }
td.TdClassName
{
border-color: #D778FF;
}
.TagClassName
{
border-color: #D778FF;
}
</style>