Shades of Heliotrope #D083EC
Tints of Heliotrope #D083EC
RGB
CMYK
RGB Variations
Color information
#D083EC (or 0xD083EC) is known color: Heliotrope. HEX triplet: D0, 83 and EC. RGB value is (208,131,236). Sum of RGB (Red+Green+Blue) = 208+131+236=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #D083EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D083EC is #2F7C13. Grayscale: #A5A5A5. Windows color (decimal): -3111956 or 15500240. OLE color: 15500240.
HSL color Cylindrical-coordinate representation of color #D083EC: hue angle of 284º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D083EC is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 131 | 236 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.07 |
| HSL | 284º | 0.73% | 0.72% | - |
| HSV(B) | 284º | 0.44% | 0.93% | - |
| XYZ | 49.27 | 35.7 | 83.65 | - |
| YUV | 165.99 | 167.51 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 236 | 0.12 | 0.44 | 0 | 0.07 | 284 | 0.73 | 0.72 |
| Hex | D0 | 83 | EC | C | 2C | 0 | 7 | 11C | 49 | 48 |
| Octal | 320 | 203 | 354 | 14 | 54 | 0 | 7 | 434 | 111 | 110 |
| Binary | 11010000 | 10000011 | 11101100 | 1100 | 101100 | 0 | 111 | 100011100 | 1001001 | 1001000 |
Color Harmonies of #D083EC
Complementary color
Monochromatic Colors of #D083EC
Black with #D083EC
Text Example
Text Example
White with #D083EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D083EC; }
p { color: rgb(208,131,236); }
H1.HeaderClassName
{
color: #D083EC;
}
.AnyTagClassName
{
color: #D083EC;
}
</style>
background-color css
<style>
a { background-color: #D083EC; }
a { background-color: rgb(208,131,236); }
div.DivClassName
{
background-color: #D083EC;
}
.BgClassName
{
background-color: #D083EC;
}
</style>
border-color css
<style>
span { border-color: #D083EC; }
span { border-color: rgb(208,131,236); }
td.TdClassName
{
border-color: #D083EC;
}
.TagClassName
{
border-color: #D083EC;
}
</style>