Shades of Heliotrope #D05BFF
Tints of Heliotrope #D05BFF
RGB
CMYK
RGB Variations
Color information
#D05BFF (or 0xD05BFF) is known color: Heliotrope. HEX triplet: D0, 5B and FF. RGB value is (208,91,255). Sum of RGB (Red+Green+Blue) = 208+91+255=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 91 (35.94% from 255 or 16.43% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #D05BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05BFF is #2FA400. Grayscale: #909090. Windows color (decimal): -3122177 or 16735184. OLE color: 16735184.
HSL color Cylindrical-coordinate representation of color #D05BFF: hue angle of 282.8º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D05BFF is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 91 | 255 | - |
| CMYK | 0.18 | 0.64 | 0 | 0 |
| HSL | 282.8º | 1% | 0.68% | - |
| HSV(B) | 282.8º | 0.64% | 1% | - |
| XYZ | 47.8 | 28.11 | 97.51 | - |
| YUV | 144.68 | 190.26 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 91 | 255 | 0.18 | 0.64 | 0 | 0 | 282.8 | 1 | 0.68 |
| Hex | D0 | 5B | FF | 12 | 40 | 0 | 0 | 11B | 64 | 44 |
| Octal | 320 | 133 | 377 | 22 | 100 | 0 | 0 | 433 | 144 | 104 |
| Binary | 11010000 | 1011011 | 11111111 | 10010 | 1000000 | 0 | 0 | 100011011 | 1100100 | 1000100 |
Color Harmonies of #D05BFF
Complementary color
Monochromatic Colors of #D05BFF
Black with #D05BFF
Text Example
Text Example
White with #D05BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05BFF; }
p { color: rgb(208,91,255); }
H1.HeaderClassName
{
color: #D05BFF;
}
.AnyTagClassName
{
color: #D05BFF;
}
</style>
background-color css
<style>
a { background-color: #D05BFF; }
a { background-color: rgb(208,91,255); }
div.DivClassName
{
background-color: #D05BFF;
}
.BgClassName
{
background-color: #D05BFF;
}
</style>
border-color css
<style>
span { border-color: #D05BFF; }
span { border-color: rgb(208,91,255); }
td.TdClassName
{
border-color: #D05BFF;
}
.TagClassName
{
border-color: #D05BFF;
}
</style>