Shades of Heliotrope #D54EFC
Tints of Heliotrope #D54EFC
RGB
CMYK
RGB Variations
Color information
#D54EFC (or 0xD54EFC) is known color: Heliotrope. HEX triplet: D5, 4E and FC. RGB value is (213,78,252). Sum of RGB (Red+Green+Blue) = 213+78+252=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 78 (30.86% from 255 or 14.36% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #D54EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D54EFC is #2AB103. Grayscale: #898989. Windows color (decimal): -2797828 or 16535253. OLE color: 16535253.
HSL color Cylindrical-coordinate representation of color #D54EFC: hue angle of 286.55º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54EFC is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 78 | 252 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.01 |
| HSL | 286.55º | 0.97% | 0.65% | - |
| HSV(B) | 286.55º | 0.69% | 0.99% | - |
| XYZ | 47.74 | 26.62 | 94.72 | - |
| YUV | 138.2 | 192.23 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 252 | 0.15 | 0.69 | 0 | 0.01 | 286.55 | 0.97 | 0.65 |
| Hex | D5 | 4E | FC | F | 45 | 0 | 1 | 11F | 61 | 41 |
| Octal | 325 | 116 | 374 | 17 | 105 | 0 | 1 | 437 | 141 | 101 |
| Binary | 11010101 | 1001110 | 11111100 | 1111 | 1000101 | 0 | 1 | 100011111 | 1100001 | 1000001 |
Color Harmonies of #D54EFC
Complementary color
Monochromatic Colors of #D54EFC
Black with #D54EFC
Text Example
Text Example
White with #D54EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54EFC; }
p { color: rgb(213,78,252); }
H1.HeaderClassName
{
color: #D54EFC;
}
.AnyTagClassName
{
color: #D54EFC;
}
</style>
background-color css
<style>
a { background-color: #D54EFC; }
a { background-color: rgb(213,78,252); }
div.DivClassName
{
background-color: #D54EFC;
}
.BgClassName
{
background-color: #D54EFC;
}
</style>
border-color css
<style>
span { border-color: #D54EFC; }
span { border-color: rgb(213,78,252); }
td.TdClassName
{
border-color: #D54EFC;
}
.TagClassName
{
border-color: #D54EFC;
}
</style>