Shades of Heliotrope #D746FE
Tints of Heliotrope #D746FE
RGB
CMYK
RGB Variations
Color information
#D746FE (or 0xD746FE) is known color: Heliotrope. HEX triplet: D7, 46 and FE. RGB value is (215,70,254). Sum of RGB (Red+Green+Blue) = 215+70+254=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 70 (27.73% from 255 or 12.99% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #D746FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D746FE is #28B901. Grayscale: #858585. Windows color (decimal): -2668802 or 16664279. OLE color: 16664279.
HSL color Cylindrical-coordinate representation of color #D746FE: hue angle of 287.28º 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 #D746FE is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 70 | 254 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.00 |
| HSL | 287.28º | 0.99% | 0.64% | - |
| HSV(B) | 287.28º | 0.72% | 1% | - |
| XYZ | 48.1 | 25.98 | 96.25 | - |
| YUV | 134.33 | 195.54 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 254 | 0.15 | 0.72 | 0 | 0.00 | 287.28 | 0.99 | 0.64 |
| Hex | D7 | 46 | FE | F | 48 | 0 | 0 | 11F | 63 | 40 |
| Octal | 327 | 106 | 376 | 17 | 110 | 0 | 0 | 437 | 143 | 100 |
| Binary | 11010111 | 1000110 | 11111110 | 1111 | 1001000 | 0 | 0 | 100011111 | 1100011 | 1000000 |
Color Harmonies of #D746FE
Complementary color
Monochromatic Colors of #D746FE
Black with #D746FE
Text Example
Text Example
White with #D746FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D746FE; }
p { color: rgb(215,70,254); }
H1.HeaderClassName
{
color: #D746FE;
}
.AnyTagClassName
{
color: #D746FE;
}
</style>
background-color css
<style>
a { background-color: #D746FE; }
a { background-color: rgb(215,70,254); }
div.DivClassName
{
background-color: #D746FE;
}
.BgClassName
{
background-color: #D746FE;
}
</style>
border-color css
<style>
span { border-color: #D746FE; }
span { border-color: rgb(215,70,254); }
td.TdClassName
{
border-color: #D746FE;
}
.TagClassName
{
border-color: #D746FE;
}
</style>