Shades of Heliotrope #D07CE9
Tints of Heliotrope #D07CE9
RGB
CMYK
RGB Variations
Color information
#D07CE9 (or 0xD07CE9) is known color: Heliotrope. HEX triplet: D0, 7C and E9. RGB value is (208,124,233). Sum of RGB (Red+Green+Blue) = 208+124+233=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #D07CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07CE9 is #2F8316. Grayscale: #A1A1A1. Windows color (decimal): -3113751 or 15301840. OLE color: 15301840.
HSL color Cylindrical-coordinate representation of color #D07CE9: hue angle of 286.24º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D07CE9 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 124 | 233 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.09 |
| HSL | 286.24º | 0.71% | 0.7% | - |
| HSV(B) | 286.24º | 0.47% | 0.91% | - |
| XYZ | 47.93 | 33.71 | 81.07 | - |
| YUV | 161.54 | 168.33 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 233 | 0.11 | 0.47 | 0 | 0.09 | 286.24 | 0.71 | 0.7 |
| Hex | D0 | 7C | E9 | B | 2F | 0 | 9 | 11E | 47 | 46 |
| Octal | 320 | 174 | 351 | 13 | 57 | 0 | 11 | 436 | 107 | 106 |
| Binary | 11010000 | 1111100 | 11101001 | 1011 | 101111 | 0 | 1001 | 100011110 | 1000111 | 1000110 |
Color Harmonies of #D07CE9
Complementary color
Monochromatic Colors of #D07CE9
Black with #D07CE9
Text Example
Text Example
White with #D07CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CE9; }
p { color: rgb(208,124,233); }
H1.HeaderClassName
{
color: #D07CE9;
}
.AnyTagClassName
{
color: #D07CE9;
}
</style>
background-color css
<style>
a { background-color: #D07CE9; }
a { background-color: rgb(208,124,233); }
div.DivClassName
{
background-color: #D07CE9;
}
.BgClassName
{
background-color: #D07CE9;
}
</style>
border-color css
<style>
span { border-color: #D07CE9; }
span { border-color: rgb(208,124,233); }
td.TdClassName
{
border-color: #D07CE9;
}
.TagClassName
{
border-color: #D07CE9;
}
</style>