Shades of Orchid #D276B6
Tints of Orchid #D276B6
RGB
CMYK
RGB Variations
Color information
#D276B6 (or 0xD276B6) is known color: Orchid. HEX triplet: D2, 76 and B6. RGB value is (210,118,182). Sum of RGB (Red+Green+Blue) = 210+118+182=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D276B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276B6 is #2D8949. Grayscale: #989898. Windows color (decimal): -2984266 or 11957970. OLE color: 11957970.
HSL color Cylindrical-coordinate representation of color #D276B6: hue angle of 318.26º 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 #D276B6 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 182 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.18 |
| HSL | 318.26º | 0.51% | 0.64% | - |
| HSV(B) | 318.26º | 0.44% | 0.82% | - |
| XYZ | 41.5 | 30.04 | 47.87 | - |
| YUV | 152.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 182 | 0 | 0.44 | 0.13 | 0.18 | 318.26 | 0.51 | 0.64 |
| Hex | D2 | 76 | B6 | 0 | 2C | D | 12 | 13E | 33 | 40 |
| Octal | 322 | 166 | 266 | 0 | 54 | 15 | 22 | 476 | 63 | 100 |
| Binary | 11010010 | 1110110 | 10110110 | 0 | 101100 | 1101 | 10010 | 100111110 | 110011 | 1000000 |
Color Harmonies of #D276B6
Complementary color
Monochromatic Colors of #D276B6
Black with #D276B6
Text Example
Text Example
White with #D276B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D276B6; }
p { color: rgb(210,118,182); }
H1.HeaderClassName
{
color: #D276B6;
}
.AnyTagClassName
{
color: #D276B6;
}
</style>
background-color css
<style>
a { background-color: #D276B6; }
a { background-color: rgb(210,118,182); }
div.DivClassName
{
background-color: #D276B6;
}
.BgClassName
{
background-color: #D276B6;
}
</style>
border-color css
<style>
span { border-color: #D276B6; }
span { border-color: rgb(210,118,182); }
td.TdClassName
{
border-color: #D276B6;
}
.TagClassName
{
border-color: #D276B6;
}
</style>