Shades of Heliotrope #D07AFB
Tints of Heliotrope #D07AFB
RGB
CMYK
RGB Variations
Color information
#D07AFB (or 0xD07AFB) is known color: Heliotrope. HEX triplet: D0, 7A and FB. RGB value is (208,122,251). Sum of RGB (Red+Green+Blue) = 208+122+251=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #D07AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07AFB is #2F8504. Grayscale: #A1A1A1. Windows color (decimal): -3114245 or 16480976. OLE color: 16480976.
HSL color Cylindrical-coordinate representation of color #D07AFB: hue angle of 280º degrees, saturation: 0.94, 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 #D07AFB is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 122 | 251 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.02 |
| HSL | 280º | 0.94% | 0.73% | - |
| HSV(B) | 280º | 0.51% | 0.98% | - |
| XYZ | 50.38 | 34.29 | 95.23 | - |
| YUV | 162.42 | 177.99 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 251 | 0.17 | 0.51 | 0 | 0.02 | 280 | 0.94 | 0.73 |
| Hex | D0 | 7A | FB | 11 | 33 | 0 | 2 | 118 | 5E | 49 |
| Octal | 320 | 172 | 373 | 21 | 63 | 0 | 2 | 430 | 136 | 111 |
| Binary | 11010000 | 1111010 | 11111011 | 10001 | 110011 | 0 | 10 | 100011000 | 1011110 | 1001001 |
Color Harmonies of #D07AFB
Complementary color
Monochromatic Colors of #D07AFB
Black with #D07AFB
Text Example
Text Example
White with #D07AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07AFB; }
p { color: rgb(208,122,251); }
H1.HeaderClassName
{
color: #D07AFB;
}
.AnyTagClassName
{
color: #D07AFB;
}
</style>
background-color css
<style>
a { background-color: #D07AFB; }
a { background-color: rgb(208,122,251); }
div.DivClassName
{
background-color: #D07AFB;
}
.BgClassName
{
background-color: #D07AFB;
}
</style>
border-color css
<style>
span { border-color: #D07AFB; }
span { border-color: rgb(208,122,251); }
td.TdClassName
{
border-color: #D07AFB;
}
.TagClassName
{
border-color: #D07AFB;
}
</style>