Shades of Heliotrope #D05AFB
Tints of Heliotrope #D05AFB
RGB
CMYK
RGB Variations
Color information
#D05AFB (or 0xD05AFB) is known color: Heliotrope. HEX triplet: D0, 5A and FB. RGB value is (208,90,251). Sum of RGB (Red+Green+Blue) = 208+90+251=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 90 (35.55% from 255 or 16.39% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #D05AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05AFB is #2FA504. Grayscale: #8F8F8F. Windows color (decimal): -3122437 or 16472784. OLE color: 16472784.
HSL color Cylindrical-coordinate representation of color #D05AFB: hue angle of 283.98º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D05AFB is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 90 | 251 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.02 |
| HSL | 283.98º | 0.95% | 0.67% | - |
| HSV(B) | 283.98º | 0.64% | 0.98% | - |
| XYZ | 47.08 | 27.69 | 94.13 | - |
| YUV | 143.64 | 188.59 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 251 | 0.17 | 0.64 | 0 | 0.02 | 283.98 | 0.95 | 0.67 |
| Hex | D0 | 5A | FB | 11 | 40 | 0 | 2 | 11C | 5F | 43 |
| Octal | 320 | 132 | 373 | 21 | 100 | 0 | 2 | 434 | 137 | 103 |
| Binary | 11010000 | 1011010 | 11111011 | 10001 | 1000000 | 0 | 10 | 100011100 | 1011111 | 1000011 |
Color Harmonies of #D05AFB
Complementary color
Monochromatic Colors of #D05AFB
Black with #D05AFB
Text Example
Text Example
White with #D05AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05AFB; }
p { color: rgb(208,90,251); }
H1.HeaderClassName
{
color: #D05AFB;
}
.AnyTagClassName
{
color: #D05AFB;
}
</style>
background-color css
<style>
a { background-color: #D05AFB; }
a { background-color: rgb(208,90,251); }
div.DivClassName
{
background-color: #D05AFB;
}
.BgClassName
{
background-color: #D05AFB;
}
</style>
border-color css
<style>
span { border-color: #D05AFB; }
span { border-color: rgb(208,90,251); }
td.TdClassName
{
border-color: #D05AFB;
}
.TagClassName
{
border-color: #D05AFB;
}
</style>