Shades of Heliotrope #D07BEA
Tints of Heliotrope #D07BEA
RGB
CMYK
RGB Variations
Color information
#D07BEA (or 0xD07BEA) is known color: Heliotrope. HEX triplet: D0, 7B and EA. RGB value is (208,123,234). Sum of RGB (Red+Green+Blue) = 208+123+234=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #D07BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07BEA is #2F8415. Grayscale: #A0A0A0. Windows color (decimal): -3114006 or 15367120. OLE color: 15367120.
HSL color Cylindrical-coordinate representation of color #D07BEA: hue angle of 285.95º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D07BEA is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 123 | 234 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.08 |
| HSL | 285.95º | 0.73% | 0.7% | - |
| HSV(B) | 285.95º | 0.47% | 0.92% | - |
| XYZ | 47.95 | 33.52 | 81.78 | - |
| YUV | 161.07 | 169.16 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 234 | 0.11 | 0.47 | 0 | 0.08 | 285.95 | 0.73 | 0.7 |
| Hex | D0 | 7B | EA | B | 2F | 0 | 8 | 11E | 49 | 46 |
| Octal | 320 | 173 | 352 | 13 | 57 | 0 | 10 | 436 | 111 | 106 |
| Binary | 11010000 | 1111011 | 11101010 | 1011 | 101111 | 0 | 1000 | 100011110 | 1001001 | 1000110 |
Color Harmonies of #D07BEA
Complementary color
Monochromatic Colors of #D07BEA
Black with #D07BEA
Text Example
Text Example
White with #D07BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07BEA; }
p { color: rgb(208,123,234); }
H1.HeaderClassName
{
color: #D07BEA;
}
.AnyTagClassName
{
color: #D07BEA;
}
</style>
background-color css
<style>
a { background-color: #D07BEA; }
a { background-color: rgb(208,123,234); }
div.DivClassName
{
background-color: #D07BEA;
}
.BgClassName
{
background-color: #D07BEA;
}
</style>
border-color css
<style>
span { border-color: #D07BEA; }
span { border-color: rgb(208,123,234); }
td.TdClassName
{
border-color: #D07BEA;
}
.TagClassName
{
border-color: #D07BEA;
}
</style>