Shades of Heliotrope #D766ED
Tints of Heliotrope #D766ED
RGB
CMYK
RGB Variations
Color information
#D766ED (or 0xD766ED) is known color: Heliotrope. HEX triplet: D7, 66 and ED. RGB value is (215,102,237). Sum of RGB (Red+Green+Blue) = 215+102+237=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #D766ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D766ED is #289912. Grayscale: #969696. Windows color (decimal): -2660627 or 15558359. OLE color: 15558359.
HSL color Cylindrical-coordinate representation of color #D766ED: hue angle of 290.22º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D766ED is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 102 | 237 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.07 |
| HSL | 290.22º | 0.79% | 0.66% | - |
| HSV(B) | 290.22º | 0.57% | 0.93% | - |
| XYZ | 48.06 | 30.06 | 83.39 | - |
| YUV | 151.18 | 176.44 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 237 | 0.09 | 0.57 | 0 | 0.07 | 290.22 | 0.79 | 0.66 |
| Hex | D7 | 66 | ED | 9 | 39 | 0 | 7 | 122 | 4F | 42 |
| Octal | 327 | 146 | 355 | 11 | 71 | 0 | 7 | 442 | 117 | 102 |
| Binary | 11010111 | 1100110 | 11101101 | 1001 | 111001 | 0 | 111 | 100100010 | 1001111 | 1000010 |
Color Harmonies of #D766ED
Complementary color
Monochromatic Colors of #D766ED
Black with #D766ED
Text Example
Text Example
White with #D766ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D766ED; }
p { color: rgb(215,102,237); }
H1.HeaderClassName
{
color: #D766ED;
}
.AnyTagClassName
{
color: #D766ED;
}
</style>
background-color css
<style>
a { background-color: #D766ED; }
a { background-color: rgb(215,102,237); }
div.DivClassName
{
background-color: #D766ED;
}
.BgClassName
{
background-color: #D766ED;
}
</style>
border-color css
<style>
span { border-color: #D766ED; }
span { border-color: rgb(215,102,237); }
td.TdClassName
{
border-color: #D766ED;
}
.TagClassName
{
border-color: #D766ED;
}
</style>