Shades of Heliotrope #D76CED
Tints of Heliotrope #D76CED
RGB
CMYK
RGB Variations
Color information
#D76CED (or 0xD76CED) is known color: Heliotrope. HEX triplet: D7, 6C and ED. RGB value is (215,108,237). Sum of RGB (Red+Green+Blue) = 215+108+237=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 108 (42.58% from 255 or 19.29% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #D76CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76CED is #289312. Grayscale: #9A9A9A. Windows color (decimal): -2659091 or 15559895. OLE color: 15559895.
HSL color Cylindrical-coordinate representation of color #D76CED: hue angle of 289.77º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76CED is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 108 | 237 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.07 |
| HSL | 289.77º | 0.78% | 0.68% | - |
| HSV(B) | 289.77º | 0.54% | 0.93% | - |
| XYZ | 48.67 | 31.29 | 83.59 | - |
| YUV | 154.7 | 174.45 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 237 | 0.09 | 0.54 | 0 | 0.07 | 289.77 | 0.78 | 0.68 |
| Hex | D7 | 6C | ED | 9 | 36 | 0 | 7 | 122 | 4E | 44 |
| Octal | 327 | 154 | 355 | 11 | 66 | 0 | 7 | 442 | 116 | 104 |
| Binary | 11010111 | 1101100 | 11101101 | 1001 | 110110 | 0 | 111 | 100100010 | 1001110 | 1000100 |
Color Harmonies of #D76CED
Complementary color
Monochromatic Colors of #D76CED
Black with #D76CED
Text Example
Text Example
White with #D76CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CED; }
p { color: rgb(215,108,237); }
H1.HeaderClassName
{
color: #D76CED;
}
.AnyTagClassName
{
color: #D76CED;
}
</style>
background-color css
<style>
a { background-color: #D76CED; }
a { background-color: rgb(215,108,237); }
div.DivClassName
{
background-color: #D76CED;
}
.BgClassName
{
background-color: #D76CED;
}
</style>
border-color css
<style>
span { border-color: #D76CED; }
span { border-color: rgb(215,108,237); }
td.TdClassName
{
border-color: #D76CED;
}
.TagClassName
{
border-color: #D76CED;
}
</style>