Shades of Heliotrope #D073FC
Tints of Heliotrope #D073FC
RGB
CMYK
RGB Variations
Color information
#D073FC (or 0xD073FC) is known color: Heliotrope. HEX triplet: D0, 73 and FC. RGB value is (208,115,252). Sum of RGB (Red+Green+Blue) = 208+115+252=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #D073FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D073FC is #2F8C03. Grayscale: #9D9D9D. Windows color (decimal): -3116036 or 16544720. OLE color: 16544720.
HSL color Cylindrical-coordinate representation of color #D073FC: hue angle of 280.73º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D073FC is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 115 | 252 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.01 |
| HSL | 280.73º | 0.96% | 0.72% | - |
| HSV(B) | 280.73º | 0.54% | 0.99% | - |
| XYZ | 49.71 | 32.7 | 95.79 | - |
| YUV | 158.43 | 180.81 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 252 | 0.17 | 0.54 | 0 | 0.01 | 280.73 | 0.96 | 0.72 |
| Hex | D0 | 73 | FC | 11 | 36 | 0 | 1 | 119 | 60 | 48 |
| Octal | 320 | 163 | 374 | 21 | 66 | 0 | 1 | 431 | 140 | 110 |
| Binary | 11010000 | 1110011 | 11111100 | 10001 | 110110 | 0 | 1 | 100011001 | 1100000 | 1001000 |
Color Harmonies of #D073FC
Complementary color
Monochromatic Colors of #D073FC
Black with #D073FC
Text Example
Text Example
White with #D073FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D073FC; }
p { color: rgb(208,115,252); }
H1.HeaderClassName
{
color: #D073FC;
}
.AnyTagClassName
{
color: #D073FC;
}
</style>
background-color css
<style>
a { background-color: #D073FC; }
a { background-color: rgb(208,115,252); }
div.DivClassName
{
background-color: #D073FC;
}
.BgClassName
{
background-color: #D073FC;
}
</style>
border-color css
<style>
span { border-color: #D073FC; }
span { border-color: rgb(208,115,252); }
td.TdClassName
{
border-color: #D073FC;
}
.TagClassName
{
border-color: #D073FC;
}
</style>