Shades of Orchid #D276DB
Tints of Orchid #D276DB
RGB
CMYK
RGB Variations
Color information
#D276DB (or 0xD276DB) is known color: Orchid. HEX triplet: D2, 76 and DB. RGB value is (210,118,219). Sum of RGB (Red+Green+Blue) = 210+118+219=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #D276DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276DB is #2D8924. Grayscale: #9C9C9C. Windows color (decimal): -2984229 or 14382802. OLE color: 14382802.
HSL color Cylindrical-coordinate representation of color #D276DB: hue angle of 294.65º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D276DB is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 118 | 219 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.14 |
| HSL | 294.65º | 0.58% | 0.66% | - |
| HSV(B) | 294.65º | 0.46% | 0.86% | - |
| XYZ | 45.84 | 31.77 | 70.73 | - |
| YUV | 157.02 | 162.98 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 219 | 0.04 | 0.46 | 0 | 0.14 | 294.65 | 0.58 | 0.66 |
| Hex | D2 | 76 | DB | 4 | 2E | 0 | E | 127 | 3A | 42 |
| Octal | 322 | 166 | 333 | 4 | 56 | 0 | 16 | 447 | 72 | 102 |
| Binary | 11010010 | 1110110 | 11011011 | 100 | 101110 | 0 | 1110 | 100100111 | 111010 | 1000010 |
Color Harmonies of #D276DB
Complementary color
Monochromatic Colors of #D276DB
Black with #D276DB
Text Example
Text Example
White with #D276DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D276DB; }
p { color: rgb(210,118,219); }
H1.HeaderClassName
{
color: #D276DB;
}
.AnyTagClassName
{
color: #D276DB;
}
</style>
background-color css
<style>
a { background-color: #D276DB; }
a { background-color: rgb(210,118,219); }
div.DivClassName
{
background-color: #D276DB;
}
.BgClassName
{
background-color: #D276DB;
}
</style>
border-color css
<style>
span { border-color: #D276DB; }
span { border-color: rgb(210,118,219); }
td.TdClassName
{
border-color: #D276DB;
}
.TagClassName
{
border-color: #D276DB;
}
</style>