Shades of Heliotrope #D07BEE
Tints of Heliotrope #D07BEE
RGB
CMYK
RGB Variations
Color information
#D07BEE (or 0xD07BEE) is known color: Heliotrope. HEX triplet: D0, 7B and EE. RGB value is (208,123,238). Sum of RGB (Red+Green+Blue) = 208+123+238=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #D07BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07BEE is #2F8411. Grayscale: #A1A1A1. Windows color (decimal): -3114002 or 15629264. OLE color: 15629264.
HSL color Cylindrical-coordinate representation of color #D07BEE: hue angle of 284.35º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D07BEE is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 123 | 238 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.07 |
| HSL | 284.35º | 0.77% | 0.71% | - |
| HSV(B) | 284.35º | 0.48% | 0.93% | - |
| XYZ | 48.53 | 33.75 | 84.85 | - |
| YUV | 161.53 | 171.16 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 238 | 0.13 | 0.48 | 0 | 0.07 | 284.35 | 0.77 | 0.71 |
| Hex | D0 | 7B | EE | D | 30 | 0 | 7 | 11C | 4D | 47 |
| Octal | 320 | 173 | 356 | 15 | 60 | 0 | 7 | 434 | 115 | 107 |
| Binary | 11010000 | 1111011 | 11101110 | 1101 | 110000 | 0 | 111 | 100011100 | 1001101 | 1000111 |
Color Harmonies of #D07BEE
Complementary color
Monochromatic Colors of #D07BEE
Black with #D07BEE
Text Example
Text Example
White with #D07BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07BEE; }
p { color: rgb(208,123,238); }
H1.HeaderClassName
{
color: #D07BEE;
}
.AnyTagClassName
{
color: #D07BEE;
}
</style>
background-color css
<style>
a { background-color: #D07BEE; }
a { background-color: rgb(208,123,238); }
div.DivClassName
{
background-color: #D07BEE;
}
.BgClassName
{
background-color: #D07BEE;
}
</style>
border-color css
<style>
span { border-color: #D07BEE; }
span { border-color: rgb(208,123,238); }
td.TdClassName
{
border-color: #D07BEE;
}
.TagClassName
{
border-color: #D07BEE;
}
</style>