Shades of Orchid #D276D3
Tints of Orchid #D276D3
RGB
CMYK
RGB Variations
Color information
#D276D3 (or 0xD276D3) is known color: Orchid. HEX triplet: D2, 76 and D3. RGB value is (210,118,211). Sum of RGB (Red+Green+Blue) = 210+118+211=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 211 - color contains mainly: blue. Hex color #D276D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276D3 is #2D892C. Grayscale: #9B9B9B. Windows color (decimal): -2984237 or 13858514. OLE color: 13858514.
HSL color Cylindrical-coordinate representation of color #D276D3: hue angle of 299.35º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D276D3 is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 118 | 211 | - |
| CMYK | 0.00 | 0.44 | 0 | 0.17 |
| HSL | 299.35º | 0.51% | 0.65% | - |
| HSV(B) | 299.35º | 0.44% | 0.83% | - |
| XYZ | 44.81 | 31.36 | 65.32 | - |
| YUV | 156.11 | 158.98 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 211 | 0.00 | 0.44 | 0 | 0.17 | 299.35 | 0.51 | 0.65 |
| Hex | D2 | 76 | D3 | 0 | 2C | 0 | 11 | 12B | 33 | 41 |
| Octal | 322 | 166 | 323 | 0 | 54 | 0 | 21 | 453 | 63 | 101 |
| Binary | 11010010 | 1110110 | 11010011 | 0 | 101100 | 0 | 10001 | 100101011 | 110011 | 1000001 |
Color Harmonies of #D276D3
Complementary color
Monochromatic Colors of #D276D3
Black with #D276D3
Text Example
Text Example
White with #D276D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D276D3; }
p { color: rgb(210,118,211); }
H1.HeaderClassName
{
color: #D276D3;
}
.AnyTagClassName
{
color: #D276D3;
}
</style>
background-color css
<style>
a { background-color: #D276D3; }
a { background-color: rgb(210,118,211); }
div.DivClassName
{
background-color: #D276D3;
}
.BgClassName
{
background-color: #D276D3;
}
</style>
border-color css
<style>
span { border-color: #D276D3; }
span { border-color: rgb(210,118,211); }
td.TdClassName
{
border-color: #D276D3;
}
.TagClassName
{
border-color: #D276D3;
}
</style>