Shades of Orchid #D276C1
Tints of Orchid #D276C1
RGB
CMYK
RGB Variations
Color information
#D276C1 (or 0xD276C1) is known color: Orchid. HEX triplet: D2, 76 and C1. RGB value is (210,118,193). Sum of RGB (Red+Green+Blue) = 210+118+193=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D276C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276C1 is #2D893E. Grayscale: #999999. Windows color (decimal): -2984255 or 12678866. OLE color: 12678866.
HSL color Cylindrical-coordinate representation of color #D276C1: hue angle of 311.09º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D276C1 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 193 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.18 |
| HSL | 311.09º | 0.51% | 0.64% | - |
| HSV(B) | 311.09º | 0.44% | 0.82% | - |
| XYZ | 42.68 | 30.51 | 54.09 | - |
| YUV | 154.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 193 | 0 | 0.44 | 0.08 | 0.18 | 311.09 | 0.51 | 0.64 |
| Hex | D2 | 76 | C1 | 0 | 2C | 8 | 12 | 137 | 33 | 40 |
| Octal | 322 | 166 | 301 | 0 | 54 | 10 | 22 | 467 | 63 | 100 |
| Binary | 11010010 | 1110110 | 11000001 | 0 | 101100 | 1000 | 10010 | 100110111 | 110011 | 1000000 |
Color Harmonies of #D276C1
Complementary color
Monochromatic Colors of #D276C1
Black with #D276C1
Text Example
Text Example
White with #D276C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D276C1; }
p { color: rgb(210,118,193); }
H1.HeaderClassName
{
color: #D276C1;
}
.AnyTagClassName
{
color: #D276C1;
}
</style>
background-color css
<style>
a { background-color: #D276C1; }
a { background-color: rgb(210,118,193); }
div.DivClassName
{
background-color: #D276C1;
}
.BgClassName
{
background-color: #D276C1;
}
</style>
border-color css
<style>
span { border-color: #D276C1; }
span { border-color: rgb(210,118,193); }
td.TdClassName
{
border-color: #D276C1;
}
.TagClassName
{
border-color: #D276C1;
}
</style>