Shades of Heliotrope #D05EFD
Tints of Heliotrope #D05EFD
RGB
CMYK
RGB Variations
Color information
#D05EFD (or 0xD05EFD) is known color: Heliotrope. HEX triplet: D0, 5E and FD. RGB value is (208,94,253). Sum of RGB (Red+Green+Blue) = 208+94+253=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 94 (37.11% from 255 or 16.94% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #D05EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05EFD is #2FA102. Grayscale: #919191. Windows color (decimal): -3121411 or 16604880. OLE color: 16604880.
HSL color Cylindrical-coordinate representation of color #D05EFD: hue angle of 283.02º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D05EFD is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 94 | 253 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.01 |
| HSL | 283.02º | 0.98% | 0.68% | - |
| HSV(B) | 283.02º | 0.63% | 0.99% | - |
| XYZ | 47.74 | 28.51 | 95.91 | - |
| YUV | 146.21 | 188.27 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 253 | 0.18 | 0.63 | 0 | 0.01 | 283.02 | 0.98 | 0.68 |
| Hex | D0 | 5E | FD | 12 | 3F | 0 | 1 | 11B | 62 | 44 |
| Octal | 320 | 136 | 375 | 22 | 77 | 0 | 1 | 433 | 142 | 104 |
| Binary | 11010000 | 1011110 | 11111101 | 10010 | 111111 | 0 | 1 | 100011011 | 1100010 | 1000100 |
Color Harmonies of #D05EFD
Complementary color
Monochromatic Colors of #D05EFD
Black with #D05EFD
Text Example
Text Example
White with #D05EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05EFD; }
p { color: rgb(208,94,253); }
H1.HeaderClassName
{
color: #D05EFD;
}
.AnyTagClassName
{
color: #D05EFD;
}
</style>
background-color css
<style>
a { background-color: #D05EFD; }
a { background-color: rgb(208,94,253); }
div.DivClassName
{
background-color: #D05EFD;
}
.BgClassName
{
background-color: #D05EFD;
}
</style>
border-color css
<style>
span { border-color: #D05EFD; }
span { border-color: rgb(208,94,253); }
td.TdClassName
{
border-color: #D05EFD;
}
.TagClassName
{
border-color: #D05EFD;
}
</style>