Shades of Heliotrope #D678FE
Tints of Heliotrope #D678FE
RGB
CMYK
RGB Variations
Color information
#D678FE (or 0xD678FE) is known color: Heliotrope. HEX triplet: D6, 78 and FE. RGB value is (214,120,254). Sum of RGB (Red+Green+Blue) = 214+120+254=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 120 (47.27% from 255 or 20.41% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #D678FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D678FE is #298701. Grayscale: #A2A2A2. Windows color (decimal): -2721538 or 16677078. OLE color: 16677078.
HSL color Cylindrical-coordinate representation of color #D678FE: hue angle of 282.09º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D678FE is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 120 | 254 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.00 |
| HSL | 282.09º | 0.99% | 0.73% | - |
| HSV(B) | 282.09º | 0.53% | 1% | - |
| XYZ | 52.34 | 34.88 | 97.74 | - |
| YUV | 163.38 | 179.14 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 254 | 0.16 | 0.53 | 0 | 0.00 | 282.09 | 0.99 | 0.73 |
| Hex | D6 | 78 | FE | 10 | 35 | 0 | 0 | 11A | 63 | 49 |
| Octal | 326 | 170 | 376 | 20 | 65 | 0 | 0 | 432 | 143 | 111 |
| Binary | 11010110 | 1111000 | 11111110 | 10000 | 110101 | 0 | 0 | 100011010 | 1100011 | 1001001 |
Color Harmonies of #D678FE
Complementary color
Monochromatic Colors of #D678FE
Black with #D678FE
Text Example
Text Example
White with #D678FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D678FE; }
p { color: rgb(214,120,254); }
H1.HeaderClassName
{
color: #D678FE;
}
.AnyTagClassName
{
color: #D678FE;
}
</style>
background-color css
<style>
a { background-color: #D678FE; }
a { background-color: rgb(214,120,254); }
div.DivClassName
{
background-color: #D678FE;
}
.BgClassName
{
background-color: #D678FE;
}
</style>
border-color css
<style>
span { border-color: #D678FE; }
span { border-color: rgb(214,120,254); }
td.TdClassName
{
border-color: #D678FE;
}
.TagClassName
{
border-color: #D678FE;
}
</style>