Shades of Heliotrope #D678FA
Tints of Heliotrope #D678FA
RGB
CMYK
RGB Variations
Color information
#D678FA (or 0xD678FA) is known color: Heliotrope. HEX triplet: D6, 78 and FA. RGB value is (214,120,250). Sum of RGB (Red+Green+Blue) = 214+120+250=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 120 (47.27% from 255 or 20.55% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #D678FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D678FA is #298705. Grayscale: #A2A2A2. Windows color (decimal): -2721542 or 16414934. OLE color: 16414934.
HSL color Cylindrical-coordinate representation of color #D678FA: hue angle of 283.38º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D678FA is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 120 | 250 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.02 |
| HSL | 283.38º | 0.93% | 0.73% | - |
| HSV(B) | 283.38º | 0.52% | 0.98% | - |
| XYZ | 51.7 | 34.63 | 94.4 | - |
| YUV | 162.93 | 177.14 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 250 | 0.14 | 0.52 | 0 | 0.02 | 283.38 | 0.93 | 0.73 |
| Hex | D6 | 78 | FA | E | 34 | 0 | 2 | 11B | 5D | 49 |
| Octal | 326 | 170 | 372 | 16 | 64 | 0 | 2 | 433 | 135 | 111 |
| Binary | 11010110 | 1111000 | 11111010 | 1110 | 110100 | 0 | 10 | 100011011 | 1011101 | 1001001 |
Color Harmonies of #D678FA
Complementary color
Monochromatic Colors of #D678FA
Black with #D678FA
Text Example
Text Example
White with #D678FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D678FA; }
p { color: rgb(214,120,250); }
H1.HeaderClassName
{
color: #D678FA;
}
.AnyTagClassName
{
color: #D678FA;
}
</style>
background-color css
<style>
a { background-color: #D678FA; }
a { background-color: rgb(214,120,250); }
div.DivClassName
{
background-color: #D678FA;
}
.BgClassName
{
background-color: #D678FA;
}
</style>
border-color css
<style>
span { border-color: #D678FA; }
span { border-color: rgb(214,120,250); }
td.TdClassName
{
border-color: #D678FA;
}
.TagClassName
{
border-color: #D678FA;
}
</style>