Shades of Heliotrope #D67BEB
Tints of Heliotrope #D67BEB
RGB
CMYK
RGB Variations
Color information
#D67BEB (or 0xD67BEB) is known color: Heliotrope. HEX triplet: D6, 7B and EB. RGB value is (214,123,235). Sum of RGB (Red+Green+Blue) = 214+123+235=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #D67BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67BEB is #298414. Grayscale: #A2A2A2. Windows color (decimal): -2720789 or 15432662. OLE color: 15432662.
HSL color Cylindrical-coordinate representation of color #D67BEB: hue angle of 288.75º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D67BEB is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 123 | 235 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.08 |
| HSL | 288.75º | 0.74% | 0.7% | - |
| HSV(B) | 288.75º | 0.48% | 0.92% | - |
| XYZ | 49.81 | 34.46 | 82.62 | - |
| YUV | 162.98 | 168.65 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 235 | 0.09 | 0.48 | 0 | 0.08 | 288.75 | 0.74 | 0.7 |
| Hex | D6 | 7B | EB | 9 | 30 | 0 | 8 | 121 | 4A | 46 |
| Octal | 326 | 173 | 353 | 11 | 60 | 0 | 10 | 441 | 112 | 106 |
| Binary | 11010110 | 1111011 | 11101011 | 1001 | 110000 | 0 | 1000 | 100100001 | 1001010 | 1000110 |
Color Harmonies of #D67BEB
Complementary color
Monochromatic Colors of #D67BEB
Black with #D67BEB
Text Example
Text Example
White with #D67BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BEB; }
p { color: rgb(214,123,235); }
H1.HeaderClassName
{
color: #D67BEB;
}
.AnyTagClassName
{
color: #D67BEB;
}
</style>
background-color css
<style>
a { background-color: #D67BEB; }
a { background-color: rgb(214,123,235); }
div.DivClassName
{
background-color: #D67BEB;
}
.BgClassName
{
background-color: #D67BEB;
}
</style>
border-color css
<style>
span { border-color: #D67BEB; }
span { border-color: rgb(214,123,235); }
td.TdClassName
{
border-color: #D67BEB;
}
.TagClassName
{
border-color: #D67BEB;
}
</style>