Shades of Heliotrope #D04BFC
Tints of Heliotrope #D04BFC
RGB
CMYK
RGB Variations
Color information
#D04BFC (or 0xD04BFC) is known color: Heliotrope. HEX triplet: D0, 4B and FC. RGB value is (208,75,252). Sum of RGB (Red+Green+Blue) = 208+75+252=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 75 (29.69% from 255 or 14.02% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #D04BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04BFC is #2FB403. Grayscale: #868686. Windows color (decimal): -3126276 or 16534480. OLE color: 16534480.
HSL color Cylindrical-coordinate representation of color #D04BFC: hue angle of 285.08º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D04BFC is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 75 | 252 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.01 |
| HSL | 285.08º | 0.97% | 0.64% | - |
| HSV(B) | 285.08º | 0.7% | 0.99% | - |
| XYZ | 46.1 | 25.47 | 94.58 | - |
| YUV | 134.95 | 194.06 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 252 | 0.17 | 0.70 | 0 | 0.01 | 285.08 | 0.97 | 0.64 |
| Hex | D0 | 4B | FC | 11 | 46 | 0 | 1 | 11D | 61 | 40 |
| Octal | 320 | 113 | 374 | 21 | 106 | 0 | 1 | 435 | 141 | 100 |
| Binary | 11010000 | 1001011 | 11111100 | 10001 | 1000110 | 0 | 1 | 100011101 | 1100001 | 1000000 |
Color Harmonies of #D04BFC
Complementary color
Monochromatic Colors of #D04BFC
Black with #D04BFC
Text Example
Text Example
White with #D04BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BFC; }
p { color: rgb(208,75,252); }
H1.HeaderClassName
{
color: #D04BFC;
}
.AnyTagClassName
{
color: #D04BFC;
}
</style>
background-color css
<style>
a { background-color: #D04BFC; }
a { background-color: rgb(208,75,252); }
div.DivClassName
{
background-color: #D04BFC;
}
.BgClassName
{
background-color: #D04BFC;
}
</style>
border-color css
<style>
span { border-color: #D04BFC; }
span { border-color: rgb(208,75,252); }
td.TdClassName
{
border-color: #D04BFC;
}
.TagClassName
{
border-color: #D04BFC;
}
</style>