Shades of Heliotrope #D67DED
Tints of Heliotrope #D67DED
RGB
CMYK
RGB Variations
Color information
#D67DED (or 0xD67DED) is known color: Heliotrope. HEX triplet: D6, 7D and ED. RGB value is (214,125,237). Sum of RGB (Red+Green+Blue) = 214+125+237=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 125 (49.22% from 255 or 21.70% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #D67DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67DED is #298212. Grayscale: #A4A4A4. Windows color (decimal): -2720275 or 15564246. OLE color: 15564246.
HSL color Cylindrical-coordinate representation of color #D67DED: hue angle of 287.68º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67DED is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 125 | 237 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.07 |
| HSL | 287.68º | 0.76% | 0.71% | - |
| HSV(B) | 287.68º | 0.47% | 0.93% | - |
| XYZ | 50.35 | 35.08 | 84.24 | - |
| YUV | 164.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 237 | 0.10 | 0.47 | 0 | 0.07 | 287.68 | 0.76 | 0.71 |
| Hex | D6 | 7D | ED | A | 2F | 0 | 7 | 120 | 4C | 47 |
| Octal | 326 | 175 | 355 | 12 | 57 | 0 | 7 | 440 | 114 | 107 |
| Binary | 11010110 | 1111101 | 11101101 | 1010 | 101111 | 0 | 111 | 100100000 | 1001100 | 1000111 |
Color Harmonies of #D67DED
Complementary color
Monochromatic Colors of #D67DED
Black with #D67DED
Text Example
Text Example
White with #D67DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67DED; }
p { color: rgb(214,125,237); }
H1.HeaderClassName
{
color: #D67DED;
}
.AnyTagClassName
{
color: #D67DED;
}
</style>
background-color css
<style>
a { background-color: #D67DED; }
a { background-color: rgb(214,125,237); }
div.DivClassName
{
background-color: #D67DED;
}
.BgClassName
{
background-color: #D67DED;
}
</style>
border-color css
<style>
span { border-color: #D67DED; }
span { border-color: rgb(214,125,237); }
td.TdClassName
{
border-color: #D67DED;
}
.TagClassName
{
border-color: #D67DED;
}
</style>