Shades of Heliotrope #D654FC
Tints of Heliotrope #D654FC
RGB
CMYK
RGB Variations
Color information
#D654FC (or 0xD654FC) is known color: Heliotrope. HEX triplet: D6, 54 and FC. RGB value is (214,84,252). Sum of RGB (Red+Green+Blue) = 214+84+252=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 84 (33.20% from 255 or 15.27% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #D654FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D654FC is #29AB03. Grayscale: #8D8D8D. Windows color (decimal): -2730756 or 16536790. OLE color: 16536790.
HSL color Cylindrical-coordinate representation of color #D654FC: hue angle of 286.43º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D654FC is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 84 | 252 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.01 |
| HSL | 286.43º | 0.97% | 0.66% | - |
| HSV(B) | 286.43º | 0.67% | 0.99% | - |
| XYZ | 48.47 | 27.67 | 94.88 | - |
| YUV | 142.02 | 190.07 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 252 | 0.15 | 0.67 | 0 | 0.01 | 286.43 | 0.97 | 0.66 |
| Hex | D6 | 54 | FC | F | 43 | 0 | 1 | 11E | 61 | 42 |
| Octal | 326 | 124 | 374 | 17 | 103 | 0 | 1 | 436 | 141 | 102 |
| Binary | 11010110 | 1010100 | 11111100 | 1111 | 1000011 | 0 | 1 | 100011110 | 1100001 | 1000010 |
Color Harmonies of #D654FC
Complementary color
Monochromatic Colors of #D654FC
Black with #D654FC
Text Example
Text Example
White with #D654FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D654FC; }
p { color: rgb(214,84,252); }
H1.HeaderClassName
{
color: #D654FC;
}
.AnyTagClassName
{
color: #D654FC;
}
</style>
background-color css
<style>
a { background-color: #D654FC; }
a { background-color: rgb(214,84,252); }
div.DivClassName
{
background-color: #D654FC;
}
.BgClassName
{
background-color: #D654FC;
}
</style>
border-color css
<style>
span { border-color: #D654FC; }
span { border-color: rgb(214,84,252); }
td.TdClassName
{
border-color: #D654FC;
}
.TagClassName
{
border-color: #D654FC;
}
</style>