Shades of Heliotrope #D64CFC
Tints of Heliotrope #D64CFC
RGB
CMYK
RGB Variations
Color information
#D64CFC (or 0xD64CFC) is known color: Heliotrope. HEX triplet: D6, 4C and FC. RGB value is (214,76,252). Sum of RGB (Red+Green+Blue) = 214+76+252=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 76 (30.08% from 255 or 14.02% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #D64CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64CFC is #29B303. Grayscale: #888888. Windows color (decimal): -2732804 or 16534742. OLE color: 16534742.
HSL color Cylindrical-coordinate representation of color #D64CFC: hue angle of 287.05º 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 #D64CFC is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 76 | 252 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.01 |
| HSL | 287.05º | 0.97% | 0.64% | - |
| HSV(B) | 287.05º | 0.7% | 0.99% | - |
| XYZ | 47.89 | 26.49 | 94.69 | - |
| YUV | 137.33 | 192.72 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 252 | 0.15 | 0.70 | 0 | 0.01 | 287.05 | 0.97 | 0.64 |
| Hex | D6 | 4C | FC | F | 46 | 0 | 1 | 11F | 61 | 40 |
| Octal | 326 | 114 | 374 | 17 | 106 | 0 | 1 | 437 | 141 | 100 |
| Binary | 11010110 | 1001100 | 11111100 | 1111 | 1000110 | 0 | 1 | 100011111 | 1100001 | 1000000 |
Color Harmonies of #D64CFC
Complementary color
Monochromatic Colors of #D64CFC
Black with #D64CFC
Text Example
Text Example
White with #D64CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64CFC; }
p { color: rgb(214,76,252); }
H1.HeaderClassName
{
color: #D64CFC;
}
.AnyTagClassName
{
color: #D64CFC;
}
</style>
background-color css
<style>
a { background-color: #D64CFC; }
a { background-color: rgb(214,76,252); }
div.DivClassName
{
background-color: #D64CFC;
}
.BgClassName
{
background-color: #D64CFC;
}
</style>
border-color css
<style>
span { border-color: #D64CFC; }
span { border-color: rgb(214,76,252); }
td.TdClassName
{
border-color: #D64CFC;
}
.TagClassName
{
border-color: #D64CFC;
}
</style>