Shades of Heliotrope #D07BE7
Tints of Heliotrope #D07BE7
RGB
CMYK
RGB Variations
Color information
#D07BE7 (or 0xD07BE7) is known color: Heliotrope. HEX triplet: D0, 7B and E7. RGB value is (208,123,231). Sum of RGB (Red+Green+Blue) = 208+123+231=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 231 - color contains mainly: blue. Hex color #D07BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07BE7 is #2F8418. Grayscale: #A0A0A0. Windows color (decimal): -3114009 or 15170512. OLE color: 15170512.
HSL color Cylindrical-coordinate representation of color #D07BE7: hue angle of 287.22º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D07BE7 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 123 | 231 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.09 |
| HSL | 287.22º | 0.69% | 0.69% | - |
| HSV(B) | 287.22º | 0.47% | 0.91% | - |
| XYZ | 47.52 | 33.35 | 79.53 | - |
| YUV | 160.73 | 167.66 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 231 | 0.10 | 0.47 | 0 | 0.09 | 287.22 | 0.69 | 0.69 |
| Hex | D0 | 7B | E7 | A | 2F | 0 | 9 | 11F | 45 | 45 |
| Octal | 320 | 173 | 347 | 12 | 57 | 0 | 11 | 437 | 105 | 105 |
| Binary | 11010000 | 1111011 | 11100111 | 1010 | 101111 | 0 | 1001 | 100011111 | 1000101 | 1000101 |
Color Harmonies of #D07BE7
Complementary color
Monochromatic Colors of #D07BE7
Black with #D07BE7
Text Example
Text Example
White with #D07BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07BE7; }
p { color: rgb(208,123,231); }
H1.HeaderClassName
{
color: #D07BE7;
}
.AnyTagClassName
{
color: #D07BE7;
}
</style>
background-color css
<style>
a { background-color: #D07BE7; }
a { background-color: rgb(208,123,231); }
div.DivClassName
{
background-color: #D07BE7;
}
.BgClassName
{
background-color: #D07BE7;
}
</style>
border-color css
<style>
span { border-color: #D07BE7; }
span { border-color: rgb(208,123,231); }
td.TdClassName
{
border-color: #D07BE7;
}
.TagClassName
{
border-color: #D07BE7;
}
</style>