Shades of Orchid #D076B5
Tints of Orchid #D076B5
RGB
CMYK
RGB Variations
Color information
#D076B5 (or 0xD076B5) is known color: Orchid. HEX triplet: D0, 76 and B5. RGB value is (208,118,181). Sum of RGB (Red+Green+Blue) = 208+118+181=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D076B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076B5 is #2F894A. Grayscale: #979797. Windows color (decimal): -3115339 or 11892432. OLE color: 11892432.
HSL color Cylindrical-coordinate representation of color #D076B5: hue angle of 318º 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 #D076B5 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 181 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.18 |
| HSL | 318º | 0.49% | 0.64% | - |
| HSV(B) | 318º | 0.43% | 0.82% | - |
| XYZ | 40.83 | 29.7 | 47.3 | - |
| YUV | 152.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 181 | 0 | 0.43 | 0.13 | 0.18 | 318 | 0.49 | 0.64 |
| Hex | D0 | 76 | B5 | 0 | 2B | D | 12 | 13E | 31 | 40 |
| Octal | 320 | 166 | 265 | 0 | 53 | 15 | 22 | 476 | 61 | 100 |
| Binary | 11010000 | 1110110 | 10110101 | 0 | 101011 | 1101 | 10010 | 100111110 | 110001 | 1000000 |
Color Harmonies of #D076B5
Complementary color
Monochromatic Colors of #D076B5
Black with #D076B5
Text Example
Text Example
White with #D076B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D076B5; }
p { color: rgb(208,118,181); }
H1.HeaderClassName
{
color: #D076B5;
}
.AnyTagClassName
{
color: #D076B5;
}
</style>
background-color css
<style>
a { background-color: #D076B5; }
a { background-color: rgb(208,118,181); }
div.DivClassName
{
background-color: #D076B5;
}
.BgClassName
{
background-color: #D076B5;
}
</style>
border-color css
<style>
span { border-color: #D076B5; }
span { border-color: rgb(208,118,181); }
td.TdClassName
{
border-color: #D076B5;
}
.TagClassName
{
border-color: #D076B5;
}
</style>