Shades of Heliotrope #D646FE
Tints of Heliotrope #D646FE
RGB
CMYK
RGB Variations
Color information
#D646FE (or 0xD646FE) is known color: Heliotrope. HEX triplet: D6, 46 and FE. RGB value is (214,70,254). Sum of RGB (Red+Green+Blue) = 214+70+254=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 70 (27.73% from 255 or 13.01% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #D646FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D646FE is #29B901. Grayscale: #858585. Windows color (decimal): -2734338 or 16664278. OLE color: 16664278.
HSL color Cylindrical-coordinate representation of color #D646FE: hue angle of 286.96º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D646FE is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 70 | 254 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.00 |
| HSL | 286.96º | 0.99% | 0.64% | - |
| HSV(B) | 286.96º | 0.72% | 1% | - |
| XYZ | 47.81 | 25.83 | 96.23 | - |
| YUV | 134.03 | 195.71 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 254 | 0.16 | 0.72 | 0 | 0.00 | 286.96 | 0.99 | 0.64 |
| Hex | D6 | 46 | FE | 10 | 48 | 0 | 0 | 11F | 63 | 40 |
| Octal | 326 | 106 | 376 | 20 | 110 | 0 | 0 | 437 | 143 | 100 |
| Binary | 11010110 | 1000110 | 11111110 | 10000 | 1001000 | 0 | 0 | 100011111 | 1100011 | 1000000 |
Color Harmonies of #D646FE
Complementary color
Monochromatic Colors of #D646FE
Black with #D646FE
Text Example
Text Example
White with #D646FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D646FE; }
p { color: rgb(214,70,254); }
H1.HeaderClassName
{
color: #D646FE;
}
.AnyTagClassName
{
color: #D646FE;
}
</style>
background-color css
<style>
a { background-color: #D646FE; }
a { background-color: rgb(214,70,254); }
div.DivClassName
{
background-color: #D646FE;
}
.BgClassName
{
background-color: #D646FE;
}
</style>
border-color css
<style>
span { border-color: #D646FE; }
span { border-color: rgb(214,70,254); }
td.TdClassName
{
border-color: #D646FE;
}
.TagClassName
{
border-color: #D646FE;
}
</style>