Shades of Heliotrope #D67AE8
Tints of Heliotrope #D67AE8
RGB
CMYK
RGB Variations
Color information
#D67AE8 (or 0xD67AE8) is known color: Heliotrope. HEX triplet: D6, 7A and E8. RGB value is (214,122,232). Sum of RGB (Red+Green+Blue) = 214+122+232=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #D67AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67AE8 is #298517. Grayscale: #A1A1A1. Windows color (decimal): -2721048 or 15235798. OLE color: 15235798.
HSL color Cylindrical-coordinate representation of color #D67AE8: hue angle of 290.18º degrees, saturation: 0.71, 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 #D67AE8 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 122 | 232 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.09 |
| HSL | 290.18º | 0.71% | 0.69% | - |
| HSV(B) | 290.18º | 0.47% | 0.91% | - |
| XYZ | 49.26 | 34.04 | 80.32 | - |
| YUV | 162.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 232 | 0.08 | 0.47 | 0 | 0.09 | 290.18 | 0.71 | 0.69 |
| Hex | D6 | 7A | E8 | 8 | 2F | 0 | 9 | 122 | 47 | 45 |
| Octal | 326 | 172 | 350 | 10 | 57 | 0 | 11 | 442 | 107 | 105 |
| Binary | 11010110 | 1111010 | 11101000 | 1000 | 101111 | 0 | 1001 | 100100010 | 1000111 | 1000101 |
Color Harmonies of #D67AE8
Complementary color
Monochromatic Colors of #D67AE8
Black with #D67AE8
Text Example
Text Example
White with #D67AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67AE8; }
p { color: rgb(214,122,232); }
H1.HeaderClassName
{
color: #D67AE8;
}
.AnyTagClassName
{
color: #D67AE8;
}
</style>
background-color css
<style>
a { background-color: #D67AE8; }
a { background-color: rgb(214,122,232); }
div.DivClassName
{
background-color: #D67AE8;
}
.BgClassName
{
background-color: #D67AE8;
}
</style>
border-color css
<style>
span { border-color: #D67AE8; }
span { border-color: rgb(214,122,232); }
td.TdClassName
{
border-color: #D67AE8;
}
.TagClassName
{
border-color: #D67AE8;
}
</style>