Shades of Orchid #D078B7
Tints of Orchid #D078B7
RGB
CMYK
RGB Variations
Color information
#D078B7 (or 0xD078B7) is known color: Orchid. HEX triplet: D0, 78 and B7. RGB value is (208,120,183). Sum of RGB (Red+Green+Blue) = 208+120+183=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D078B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078B7 is #2F8748. Grayscale: #999999. Windows color (decimal): -3114825 or 12024016. OLE color: 12024016.
HSL color Cylindrical-coordinate representation of color #D078B7: hue angle of 317.05º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D078B7 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 183 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.18 |
| HSL | 317.05º | 0.48% | 0.64% | - |
| HSV(B) | 317.05º | 0.42% | 0.82% | - |
| XYZ | 41.28 | 30.26 | 48.47 | - |
| YUV | 153.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 183 | 0 | 0.42 | 0.12 | 0.18 | 317.05 | 0.48 | 0.64 |
| Hex | D0 | 78 | B7 | 0 | 2A | C | 12 | 13D | 30 | 40 |
| Octal | 320 | 170 | 267 | 0 | 52 | 14 | 22 | 475 | 60 | 100 |
| Binary | 11010000 | 1111000 | 10110111 | 0 | 101010 | 1100 | 10010 | 100111101 | 110000 | 1000000 |
Color Harmonies of #D078B7
Complementary color
Monochromatic Colors of #D078B7
Black with #D078B7
Text Example
Text Example
White with #D078B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D078B7; }
p { color: rgb(208,120,183); }
H1.HeaderClassName
{
color: #D078B7;
}
.AnyTagClassName
{
color: #D078B7;
}
</style>
background-color css
<style>
a { background-color: #D078B7; }
a { background-color: rgb(208,120,183); }
div.DivClassName
{
background-color: #D078B7;
}
.BgClassName
{
background-color: #D078B7;
}
</style>
border-color css
<style>
span { border-color: #D078B7; }
span { border-color: rgb(208,120,183); }
td.TdClassName
{
border-color: #D078B7;
}
.TagClassName
{
border-color: #D078B7;
}
</style>