Shades of Heliotrope #D07AFA
Tints of Heliotrope #D07AFA
RGB
CMYK
RGB Variations
Color information
#D07AFA (or 0xD07AFA) is known color: Heliotrope. HEX triplet: D0, 7A and FA. RGB value is (208,122,250). Sum of RGB (Red+Green+Blue) = 208+122+250=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #D07AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07AFA is #2F8505. Grayscale: #A1A1A1. Windows color (decimal): -3114246 or 16415440. OLE color: 16415440.
HSL color Cylindrical-coordinate representation of color #D07AFA: hue angle of 280.31º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D07AFA is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 122 | 250 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.02 |
| HSL | 280.31º | 0.93% | 0.73% | - |
| HSV(B) | 280.31º | 0.51% | 0.98% | - |
| XYZ | 50.23 | 34.23 | 94.4 | - |
| YUV | 162.31 | 177.49 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 250 | 0.17 | 0.51 | 0 | 0.02 | 280.31 | 0.93 | 0.73 |
| Hex | D0 | 7A | FA | 11 | 33 | 0 | 2 | 118 | 5D | 49 |
| Octal | 320 | 172 | 372 | 21 | 63 | 0 | 2 | 430 | 135 | 111 |
| Binary | 11010000 | 1111010 | 11111010 | 10001 | 110011 | 0 | 10 | 100011000 | 1011101 | 1001001 |
Color Harmonies of #D07AFA
Complementary color
Monochromatic Colors of #D07AFA
Black with #D07AFA
Text Example
Text Example
White with #D07AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07AFA; }
p { color: rgb(208,122,250); }
H1.HeaderClassName
{
color: #D07AFA;
}
.AnyTagClassName
{
color: #D07AFA;
}
</style>
background-color css
<style>
a { background-color: #D07AFA; }
a { background-color: rgb(208,122,250); }
div.DivClassName
{
background-color: #D07AFA;
}
.BgClassName
{
background-color: #D07AFA;
}
</style>
border-color css
<style>
span { border-color: #D07AFA; }
span { border-color: rgb(208,122,250); }
td.TdClassName
{
border-color: #D07AFA;
}
.TagClassName
{
border-color: #D07AFA;
}
</style>