Shades of Orchid #D076BC
Tints of Orchid #D076BC
RGB
CMYK
RGB Variations
Color information
#D076BC (or 0xD076BC) is known color: Orchid. HEX triplet: D0, 76 and BC. RGB value is (208,118,188). Sum of RGB (Red+Green+Blue) = 208+118+188=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D076BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076BC is #2F8943. Grayscale: #989898. Windows color (decimal): -3115332 or 12351184. OLE color: 12351184.
HSL color Cylindrical-coordinate representation of color #D076BC: hue angle of 313.33º 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 #D076BC is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 188 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.18 |
| HSL | 313.33º | 0.49% | 0.64% | - |
| HSV(B) | 313.33º | 0.43% | 0.82% | - |
| XYZ | 41.57 | 30 | 51.18 | - |
| YUV | 152.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 188 | 0 | 0.43 | 0.10 | 0.18 | 313.33 | 0.49 | 0.64 |
| Hex | D0 | 76 | BC | 0 | 2B | A | 12 | 139 | 31 | 40 |
| Octal | 320 | 166 | 274 | 0 | 53 | 12 | 22 | 471 | 61 | 100 |
| Binary | 11010000 | 1110110 | 10111100 | 0 | 101011 | 1010 | 10010 | 100111001 | 110001 | 1000000 |
Color Harmonies of #D076BC
Complementary color
Monochromatic Colors of #D076BC
Black with #D076BC
Text Example
Text Example
White with #D076BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D076BC; }
p { color: rgb(208,118,188); }
H1.HeaderClassName
{
color: #D076BC;
}
.AnyTagClassName
{
color: #D076BC;
}
</style>
background-color css
<style>
a { background-color: #D076BC; }
a { background-color: rgb(208,118,188); }
div.DivClassName
{
background-color: #D076BC;
}
.BgClassName
{
background-color: #D076BC;
}
</style>
border-color css
<style>
span { border-color: #D076BC; }
span { border-color: rgb(208,118,188); }
td.TdClassName
{
border-color: #D076BC;
}
.TagClassName
{
border-color: #D076BC;
}
</style>