Shades of Heliotrope #D760ED
Tints of Heliotrope #D760ED
RGB
CMYK
RGB Variations
Color information
#D760ED (or 0xD760ED) is known color: Heliotrope. HEX triplet: D7, 60 and ED. RGB value is (215,96,237). Sum of RGB (Red+Green+Blue) = 215+96+237=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 96 (37.89% from 255 or 17.52% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #D760ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D760ED is #289F12. Grayscale: #939393. Windows color (decimal): -2662163 or 15556823. OLE color: 15556823.
HSL color Cylindrical-coordinate representation of color #D760ED: hue angle of 290.64º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D760ED is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 96 | 237 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.07 |
| HSL | 290.64º | 0.8% | 0.65% | - |
| HSV(B) | 290.64º | 0.59% | 0.93% | - |
| XYZ | 47.49 | 28.93 | 83.2 | - |
| YUV | 147.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 237 | 0.09 | 0.59 | 0 | 0.07 | 290.64 | 0.8 | 0.65 |
| Hex | D7 | 60 | ED | 9 | 3B | 0 | 7 | 123 | 50 | 41 |
| Octal | 327 | 140 | 355 | 11 | 73 | 0 | 7 | 443 | 120 | 101 |
| Binary | 11010111 | 1100000 | 11101101 | 1001 | 111011 | 0 | 111 | 100100011 | 1010000 | 1000001 |
Color Harmonies of #D760ED
Complementary color
Monochromatic Colors of #D760ED
Black with #D760ED
Text Example
Text Example
White with #D760ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D760ED; }
p { color: rgb(215,96,237); }
H1.HeaderClassName
{
color: #D760ED;
}
.AnyTagClassName
{
color: #D760ED;
}
</style>
background-color css
<style>
a { background-color: #D760ED; }
a { background-color: rgb(215,96,237); }
div.DivClassName
{
background-color: #D760ED;
}
.BgClassName
{
background-color: #D760ED;
}
</style>
border-color css
<style>
span { border-color: #D760ED; }
span { border-color: rgb(215,96,237); }
td.TdClassName
{
border-color: #D760ED;
}
.TagClassName
{
border-color: #D760ED;
}
</style>