Shades of Heliotrope #D276EC
Tints of Heliotrope #D276EC
RGB
CMYK
RGB Variations
Color information
#D276EC (or 0xD276EC) is known color: Heliotrope. HEX triplet: D2, 76 and EC. RGB value is (210,118,236). Sum of RGB (Red+Green+Blue) = 210+118+236=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #D276EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D276EC is #2D8913. Grayscale: #9E9E9E. Windows color (decimal): -2984212 or 15496914. OLE color: 15496914.
HSL color Cylindrical-coordinate representation of color #D276EC: hue angle of 286.78º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D276EC is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 118 | 236 | - |
| CMYK | 0.11 | 0.5 | 0 | 0.07 |
| HSL | 286.78º | 0.76% | 0.69% | - |
| HSV(B) | 286.78º | 0.5% | 0.93% | - |
| XYZ | 48.2 | 32.71 | 83.13 | - |
| YUV | 158.96 | 171.48 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 236 | 0.11 | 0.5 | 0 | 0.07 | 286.78 | 0.76 | 0.69 |
| Hex | D2 | 76 | EC | B | 32 | 0 | 7 | 11F | 4C | 45 |
| Octal | 322 | 166 | 354 | 13 | 62 | 0 | 7 | 437 | 114 | 105 |
| Binary | 11010010 | 1110110 | 11101100 | 1011 | 110010 | 0 | 111 | 100011111 | 1001100 | 1000101 |
Color Harmonies of #D276EC
Complementary color
Monochromatic Colors of #D276EC
Black with #D276EC
Text Example
Text Example
White with #D276EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D276EC; }
p { color: rgb(210,118,236); }
H1.HeaderClassName
{
color: #D276EC;
}
.AnyTagClassName
{
color: #D276EC;
}
</style>
background-color css
<style>
a { background-color: #D276EC; }
a { background-color: rgb(210,118,236); }
div.DivClassName
{
background-color: #D276EC;
}
.BgClassName
{
background-color: #D276EC;
}
</style>
border-color css
<style>
span { border-color: #D276EC; }
span { border-color: rgb(210,118,236); }
td.TdClassName
{
border-color: #D276EC;
}
.TagClassName
{
border-color: #D276EC;
}
</style>