Shades of Orchid #D076BE
Tints of Orchid #D076BE
RGB
CMYK
RGB Variations
Color information
#D076BE (or 0xD076BE) is known color: Orchid. HEX triplet: D0, 76 and BE. RGB value is (208,118,190). Sum of RGB (Red+Green+Blue) = 208+118+190=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D076BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076BE is #2F8941. Grayscale: #989898. Windows color (decimal): -3115330 or 12482256. OLE color: 12482256.
HSL color Cylindrical-coordinate representation of color #D076BE: hue angle of 312º 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 #D076BE is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 190 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.18 |
| HSL | 312º | 0.49% | 0.64% | - |
| HSV(B) | 312º | 0.43% | 0.82% | - |
| XYZ | 41.79 | 30.08 | 52.32 | - |
| YUV | 153.12 | 148.82 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 190 | 0 | 0.43 | 0.09 | 0.18 | 312 | 0.49 | 0.64 |
| Hex | D0 | 76 | BE | 0 | 2B | 9 | 12 | 138 | 31 | 40 |
| Octal | 320 | 166 | 276 | 0 | 53 | 11 | 22 | 470 | 61 | 100 |
| Binary | 11010000 | 1110110 | 10111110 | 0 | 101011 | 1001 | 10010 | 100111000 | 110001 | 1000000 |
Color Harmonies of #D076BE
Complementary color
Monochromatic Colors of #D076BE
Black with #D076BE
Text Example
Text Example
White with #D076BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D076BE; }
p { color: rgb(208,118,190); }
H1.HeaderClassName
{
color: #D076BE;
}
.AnyTagClassName
{
color: #D076BE;
}
</style>
background-color css
<style>
a { background-color: #D076BE; }
a { background-color: rgb(208,118,190); }
div.DivClassName
{
background-color: #D076BE;
}
.BgClassName
{
background-color: #D076BE;
}
</style>
border-color css
<style>
span { border-color: #D076BE; }
span { border-color: rgb(208,118,190); }
td.TdClassName
{
border-color: #D076BE;
}
.TagClassName
{
border-color: #D076BE;
}
</style>