Shades of Heliotrope #D54CFC
Tints of Heliotrope #D54CFC
RGB
CMYK
RGB Variations
Color information
#D54CFC (or 0xD54CFC) is known color: Heliotrope. HEX triplet: D5, 4C and FC. RGB value is (213,76,252). Sum of RGB (Red+Green+Blue) = 213+76+252=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 76 (30.08% from 255 or 14.05% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #D54CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54CFC is #2AB303. Grayscale: #888888. Windows color (decimal): -2798340 or 16534741. OLE color: 16534741.
HSL color Cylindrical-coordinate representation of color #D54CFC: hue angle of 286.7º 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 #D54CFC is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 76 | 252 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.01 |
| HSL | 286.7º | 0.97% | 0.64% | - |
| HSV(B) | 286.7º | 0.7% | 0.99% | - |
| XYZ | 47.6 | 26.34 | 94.67 | - |
| YUV | 137.03 | 192.89 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 252 | 0.15 | 0.70 | 0 | 0.01 | 286.7 | 0.97 | 0.64 |
| Hex | D5 | 4C | FC | F | 46 | 0 | 1 | 11F | 61 | 40 |
| Octal | 325 | 114 | 374 | 17 | 106 | 0 | 1 | 437 | 141 | 100 |
| Binary | 11010101 | 1001100 | 11111100 | 1111 | 1000110 | 0 | 1 | 100011111 | 1100001 | 1000000 |
Color Harmonies of #D54CFC
Complementary color
Monochromatic Colors of #D54CFC
Black with #D54CFC
Text Example
Text Example
White with #D54CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54CFC; }
p { color: rgb(213,76,252); }
H1.HeaderClassName
{
color: #D54CFC;
}
.AnyTagClassName
{
color: #D54CFC;
}
</style>
background-color css
<style>
a { background-color: #D54CFC; }
a { background-color: rgb(213,76,252); }
div.DivClassName
{
background-color: #D54CFC;
}
.BgClassName
{
background-color: #D54CFC;
}
</style>
border-color css
<style>
span { border-color: #D54CFC; }
span { border-color: rgb(213,76,252); }
td.TdClassName
{
border-color: #D54CFC;
}
.TagClassName
{
border-color: #D54CFC;
}
</style>