Shades of Orchid #D276E7
Tints of Orchid #D276E7
RGB
CMYK
RGB Variations
Color information
#D276E7 (or 0xD276E7) is known color: Orchid. HEX triplet: D2, 76 and E7. RGB value is (210,118,231). Sum of RGB (Red+Green+Blue) = 210+118+231=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 231 - color contains mainly: blue. Hex color #D276E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D276E7 is #2D8918. Grayscale: #9E9E9E. Windows color (decimal): -2984217 or 15169234. OLE color: 15169234.
HSL color Cylindrical-coordinate representation of color #D276E7: hue angle of 288.85º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D276E7 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 118 | 231 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.09 |
| HSL | 288.85º | 0.7% | 0.68% | - |
| HSV(B) | 288.85º | 0.49% | 0.91% | - |
| XYZ | 47.48 | 32.43 | 79.36 | - |
| YUV | 158.39 | 168.98 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 231 | 0.09 | 0.49 | 0 | 0.09 | 288.85 | 0.7 | 0.68 |
| Hex | D2 | 76 | E7 | 9 | 31 | 0 | 9 | 121 | 46 | 44 |
| Octal | 322 | 166 | 347 | 11 | 61 | 0 | 11 | 441 | 106 | 104 |
| Binary | 11010010 | 1110110 | 11100111 | 1001 | 110001 | 0 | 1001 | 100100001 | 1000110 | 1000100 |
Color Harmonies of #D276E7
Complementary color
Monochromatic Colors of #D276E7
Black with #D276E7
Text Example
Text Example
White with #D276E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D276E7; }
p { color: rgb(210,118,231); }
H1.HeaderClassName
{
color: #D276E7;
}
.AnyTagClassName
{
color: #D276E7;
}
</style>
background-color css
<style>
a { background-color: #D276E7; }
a { background-color: rgb(210,118,231); }
div.DivClassName
{
background-color: #D276E7;
}
.BgClassName
{
background-color: #D276E7;
}
</style>
border-color css
<style>
span { border-color: #D276E7; }
span { border-color: rgb(210,118,231); }
td.TdClassName
{
border-color: #D276E7;
}
.TagClassName
{
border-color: #D276E7;
}
</style>