Shades of Orchid #D276BC
Tints of Orchid #D276BC
RGB
CMYK
RGB Variations
Color information
#D276BC (or 0xD276BC) is known color: Orchid. HEX triplet: D2, 76 and BC. RGB value is (210,118,188). Sum of RGB (Red+Green+Blue) = 210+118+188=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D276BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276BC is #2D8943. Grayscale: #999999. Windows color (decimal): -2984260 or 12351186. OLE color: 12351186.
HSL color Cylindrical-coordinate representation of color #D276BC: hue angle of 314.35º 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 #D276BC is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 188 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.18 |
| HSL | 314.35º | 0.51% | 0.64% | - |
| HSV(B) | 314.35º | 0.44% | 0.82% | - |
| XYZ | 42.13 | 30.29 | 51.2 | - |
| YUV | 153.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 188 | 0 | 0.44 | 0.10 | 0.18 | 314.35 | 0.51 | 0.64 |
| Hex | D2 | 76 | BC | 0 | 2C | A | 12 | 13A | 33 | 40 |
| Octal | 322 | 166 | 274 | 0 | 54 | 12 | 22 | 472 | 63 | 100 |
| Binary | 11010010 | 1110110 | 10111100 | 0 | 101100 | 1010 | 10010 | 100111010 | 110011 | 1000000 |
Color Harmonies of #D276BC
Complementary color
Monochromatic Colors of #D276BC
Black with #D276BC
Text Example
Text Example
White with #D276BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D276BC; }
p { color: rgb(210,118,188); }
H1.HeaderClassName
{
color: #D276BC;
}
.AnyTagClassName
{
color: #D276BC;
}
</style>
background-color css
<style>
a { background-color: #D276BC; }
a { background-color: rgb(210,118,188); }
div.DivClassName
{
background-color: #D276BC;
}
.BgClassName
{
background-color: #D276BC;
}
</style>
border-color css
<style>
span { border-color: #D276BC; }
span { border-color: rgb(210,118,188); }
td.TdClassName
{
border-color: #D276BC;
}
.TagClassName
{
border-color: #D276BC;
}
</style>