Shades of Heliotrope #D064FC
Tints of Heliotrope #D064FC
RGB
CMYK
RGB Variations
Color information
#D064FC (or 0xD064FC) is known color: Heliotrope. HEX triplet: D0, 64 and FC. RGB value is (208,100,252). Sum of RGB (Red+Green+Blue) = 208+100+252=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 100 (39.45% from 255 or 17.86% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #D064FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D064FC is #2F9B03. Grayscale: #959595. Windows color (decimal): -3119876 or 16540880. OLE color: 16540880.
HSL color Cylindrical-coordinate representation of color #D064FC: hue angle of 282.63º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D064FC is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 100 | 252 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.01 |
| HSL | 282.63º | 0.96% | 0.69% | - |
| HSV(B) | 282.63º | 0.6% | 0.99% | - |
| XYZ | 48.14 | 29.55 | 95.26 | - |
| YUV | 149.62 | 185.78 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 252 | 0.17 | 0.60 | 0 | 0.01 | 282.63 | 0.96 | 0.69 |
| Hex | D0 | 64 | FC | 11 | 3C | 0 | 1 | 11B | 60 | 45 |
| Octal | 320 | 144 | 374 | 21 | 74 | 0 | 1 | 433 | 140 | 105 |
| Binary | 11010000 | 1100100 | 11111100 | 10001 | 111100 | 0 | 1 | 100011011 | 1100000 | 1000101 |
Color Harmonies of #D064FC
Complementary color
Monochromatic Colors of #D064FC
Black with #D064FC
Text Example
Text Example
White with #D064FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D064FC; }
p { color: rgb(208,100,252); }
H1.HeaderClassName
{
color: #D064FC;
}
.AnyTagClassName
{
color: #D064FC;
}
</style>
background-color css
<style>
a { background-color: #D064FC; }
a { background-color: rgb(208,100,252); }
div.DivClassName
{
background-color: #D064FC;
}
.BgClassName
{
background-color: #D064FC;
}
</style>
border-color css
<style>
span { border-color: #D064FC; }
span { border-color: rgb(208,100,252); }
td.TdClassName
{
border-color: #D064FC;
}
.TagClassName
{
border-color: #D064FC;
}
</style>