Shades of Orchid #D276B8
Tints of Orchid #D276B8
RGB
CMYK
RGB Variations
Color information
#D276B8 (or 0xD276B8) is known color: Orchid. HEX triplet: D2, 76 and B8. RGB value is (210,118,184). Sum of RGB (Red+Green+Blue) = 210+118+184=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D276B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276B8 is #2D8947. Grayscale: #989898. Windows color (decimal): -2984264 or 12089042. OLE color: 12089042.
HSL color Cylindrical-coordinate representation of color #D276B8: hue angle of 316.96º 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 #D276B8 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 184 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.18 |
| HSL | 316.96º | 0.51% | 0.64% | - |
| HSV(B) | 316.96º | 0.44% | 0.82% | - |
| XYZ | 41.71 | 30.12 | 48.96 | - |
| YUV | 153.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 184 | 0 | 0.44 | 0.12 | 0.18 | 316.96 | 0.51 | 0.64 |
| Hex | D2 | 76 | B8 | 0 | 2C | C | 12 | 13D | 33 | 40 |
| Octal | 322 | 166 | 270 | 0 | 54 | 14 | 22 | 475 | 63 | 100 |
| Binary | 11010010 | 1110110 | 10111000 | 0 | 101100 | 1100 | 10010 | 100111101 | 110011 | 1000000 |
Color Harmonies of #D276B8
Complementary color
Monochromatic Colors of #D276B8
Black with #D276B8
Text Example
Text Example
White with #D276B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D276B8; }
p { color: rgb(210,118,184); }
H1.HeaderClassName
{
color: #D276B8;
}
.AnyTagClassName
{
color: #D276B8;
}
</style>
background-color css
<style>
a { background-color: #D276B8; }
a { background-color: rgb(210,118,184); }
div.DivClassName
{
background-color: #D276B8;
}
.BgClassName
{
background-color: #D276B8;
}
</style>
border-color css
<style>
span { border-color: #D276B8; }
span { border-color: rgb(210,118,184); }
td.TdClassName
{
border-color: #D276B8;
}
.TagClassName
{
border-color: #D276B8;
}
</style>