Shades of Heliotrope #D780FF
Tints of Heliotrope #D780FF
RGB
CMYK
RGB Variations
Color information
#D780FF (or 0xD780FF) is known color: Heliotrope. HEX triplet: D7, 80 and FF. RGB value is (215,128,255). Sum of RGB (Red+Green+Blue) = 215+128+255=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #D780FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D780FF is #287F00. Grayscale: #A8A8A8. Windows color (decimal): -2653953 or 16744663. OLE color: 16744663.
HSL color Cylindrical-coordinate representation of color #D780FF: hue angle of 281.1º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D780FF is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 128 | 255 | - |
| CMYK | 0.16 | 0.50 | 0 | 0 |
| HSL | 281.1º | 1% | 0.75% | - |
| HSV(B) | 281.1º | 0.5% | 1% | - |
| XYZ | 53.79 | 37.11 | 98.93 | - |
| YUV | 168.49 | 176.82 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 255 | 0.16 | 0.50 | 0 | 0 | 281.1 | 1 | 0.75 |
| Hex | D7 | 80 | FF | 10 | 32 | 0 | 0 | 119 | 64 | 4B |
| Octal | 327 | 200 | 377 | 20 | 62 | 0 | 0 | 431 | 144 | 113 |
| Binary | 11010111 | 10000000 | 11111111 | 10000 | 110010 | 0 | 0 | 100011001 | 1100100 | 1001011 |
Color Harmonies of #D780FF
Complementary color
Monochromatic Colors of #D780FF
Black with #D780FF
Text Example
Text Example
White with #D780FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D780FF; }
p { color: rgb(215,128,255); }
H1.HeaderClassName
{
color: #D780FF;
}
.AnyTagClassName
{
color: #D780FF;
}
</style>
background-color css
<style>
a { background-color: #D780FF; }
a { background-color: rgb(215,128,255); }
div.DivClassName
{
background-color: #D780FF;
}
.BgClassName
{
background-color: #D780FF;
}
</style>
border-color css
<style>
span { border-color: #D780FF; }
span { border-color: rgb(215,128,255); }
td.TdClassName
{
border-color: #D780FF;
}
.TagClassName
{
border-color: #D780FF;
}
</style>