Shades of Heliotrope #D34CFC
Tints of Heliotrope #D34CFC
RGB
CMYK
RGB Variations
Color information
#D34CFC (or 0xD34CFC) is known color: Heliotrope. HEX triplet: D3, 4C and FC. RGB value is (211,76,252). Sum of RGB (Red+Green+Blue) = 211+76+252=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 76 (30.08% from 255 or 14.10% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #D34CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34CFC is #2CB303. Grayscale: #878787. Windows color (decimal): -2929412 or 16534739. OLE color: 16534739.
HSL color Cylindrical-coordinate representation of color #D34CFC: hue angle of 286.02º 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 #D34CFC is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 76 | 252 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.01 |
| HSL | 286.02º | 0.97% | 0.64% | - |
| HSV(B) | 286.02º | 0.7% | 0.99% | - |
| XYZ | 47.02 | 26.05 | 94.64 | - |
| YUV | 136.43 | 193.23 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 76 | 252 | 0.16 | 0.70 | 0 | 0.01 | 286.02 | 0.97 | 0.64 |
| Hex | D3 | 4C | FC | 10 | 46 | 0 | 1 | 11E | 61 | 40 |
| Octal | 323 | 114 | 374 | 20 | 106 | 0 | 1 | 436 | 141 | 100 |
| Binary | 11010011 | 1001100 | 11111100 | 10000 | 1000110 | 0 | 1 | 100011110 | 1100001 | 1000000 |
Color Harmonies of #D34CFC
Complementary color
Monochromatic Colors of #D34CFC
Black with #D34CFC
Text Example
Text Example
White with #D34CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34CFC; }
p { color: rgb(211,76,252); }
H1.HeaderClassName
{
color: #D34CFC;
}
.AnyTagClassName
{
color: #D34CFC;
}
</style>
background-color css
<style>
a { background-color: #D34CFC; }
a { background-color: rgb(211,76,252); }
div.DivClassName
{
background-color: #D34CFC;
}
.BgClassName
{
background-color: #D34CFC;
}
</style>
border-color css
<style>
span { border-color: #D34CFC; }
span { border-color: rgb(211,76,252); }
td.TdClassName
{
border-color: #D34CFC;
}
.TagClassName
{
border-color: #D34CFC;
}
</style>