Shades of Orchid #D076B7
Tints of Orchid #D076B7
RGB
CMYK
RGB Variations
Color information
#D076B7 (or 0xD076B7) is known color: Orchid. HEX triplet: D0, 76 and B7. RGB value is (208,118,183). Sum of RGB (Red+Green+Blue) = 208+118+183=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D076B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076B7 is #2F8948. Grayscale: #989898. Windows color (decimal): -3115337 or 12023504. OLE color: 12023504.
HSL color Cylindrical-coordinate representation of color #D076B7: hue angle of 316.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D076B7 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 183 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.18 |
| HSL | 316.67º | 0.49% | 0.64% | - |
| HSV(B) | 316.67º | 0.43% | 0.82% | - |
| XYZ | 41.04 | 29.79 | 48.39 | - |
| YUV | 152.32 | 145.32 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 183 | 0 | 0.43 | 0.12 | 0.18 | 316.67 | 0.49 | 0.64 |
| Hex | D0 | 76 | B7 | 0 | 2B | C | 12 | 13D | 31 | 40 |
| Octal | 320 | 166 | 267 | 0 | 53 | 14 | 22 | 475 | 61 | 100 |
| Binary | 11010000 | 1110110 | 10110111 | 0 | 101011 | 1100 | 10010 | 100111101 | 110001 | 1000000 |
Color Harmonies of #D076B7
Complementary color
Monochromatic Colors of #D076B7
Black with #D076B7
Text Example
Text Example
White with #D076B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D076B7; }
p { color: rgb(208,118,183); }
H1.HeaderClassName
{
color: #D076B7;
}
.AnyTagClassName
{
color: #D076B7;
}
</style>
background-color css
<style>
a { background-color: #D076B7; }
a { background-color: rgb(208,118,183); }
div.DivClassName
{
background-color: #D076B7;
}
.BgClassName
{
background-color: #D076B7;
}
</style>
border-color css
<style>
span { border-color: #D076B7; }
span { border-color: rgb(208,118,183); }
td.TdClassName
{
border-color: #D076B7;
}
.TagClassName
{
border-color: #D076B7;
}
</style>