Shades of Heliotrope #D56CED
Tints of Heliotrope #D56CED
RGB
CMYK
RGB Variations
Color information
#D56CED (or 0xD56CED) is known color: Heliotrope. HEX triplet: D5, 6C and ED. RGB value is (213,108,237). Sum of RGB (Red+Green+Blue) = 213+108+237=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 108 (42.58% from 255 or 19.35% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #D56CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56CED is #2A9312. Grayscale: #999999. Windows color (decimal): -2790163 or 15559893. OLE color: 15559893.
HSL color Cylindrical-coordinate representation of color #D56CED: hue angle of 288.84º 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 #D56CED is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 108 | 237 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.07 |
| HSL | 288.84º | 0.78% | 0.68% | - |
| HSV(B) | 288.84º | 0.54% | 0.93% | - |
| XYZ | 48.09 | 30.99 | 83.57 | - |
| YUV | 154.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 237 | 0.10 | 0.54 | 0 | 0.07 | 288.84 | 0.78 | 0.68 |
| Hex | D5 | 6C | ED | A | 36 | 0 | 7 | 121 | 4E | 44 |
| Octal | 325 | 154 | 355 | 12 | 66 | 0 | 7 | 441 | 116 | 104 |
| Binary | 11010101 | 1101100 | 11101101 | 1010 | 110110 | 0 | 111 | 100100001 | 1001110 | 1000100 |
Color Harmonies of #D56CED
Complementary color
Monochromatic Colors of #D56CED
Black with #D56CED
Text Example
Text Example
White with #D56CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56CED; }
p { color: rgb(213,108,237); }
H1.HeaderClassName
{
color: #D56CED;
}
.AnyTagClassName
{
color: #D56CED;
}
</style>
background-color css
<style>
a { background-color: #D56CED; }
a { background-color: rgb(213,108,237); }
div.DivClassName
{
background-color: #D56CED;
}
.BgClassName
{
background-color: #D56CED;
}
</style>
border-color css
<style>
span { border-color: #D56CED; }
span { border-color: rgb(213,108,237); }
td.TdClassName
{
border-color: #D56CED;
}
.TagClassName
{
border-color: #D56CED;
}
</style>