Shades of Orchid #D079B9
Tints of Orchid #D079B9
RGB
CMYK
RGB Variations
Color information
#D079B9 (or 0xD079B9) is known color: Orchid. HEX triplet: D0, 79 and B9. RGB value is (208,121,185). Sum of RGB (Red+Green+Blue) = 208+121+185=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D079B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079B9 is #2F8646. Grayscale: #9A9A9A. Windows color (decimal): -3114567 or 12155344. OLE color: 12155344.
HSL color Cylindrical-coordinate representation of color #D079B9: hue angle of 315.86º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D079B9 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 185 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.18 |
| HSL | 315.86º | 0.48% | 0.65% | - |
| HSV(B) | 315.86º | 0.42% | 0.82% | - |
| XYZ | 41.61 | 30.59 | 49.61 | - |
| YUV | 154.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 185 | 0 | 0.42 | 0.11 | 0.18 | 315.86 | 0.48 | 0.65 |
| Hex | D0 | 79 | B9 | 0 | 2A | B | 12 | 13C | 30 | 41 |
| Octal | 320 | 171 | 271 | 0 | 52 | 13 | 22 | 474 | 60 | 101 |
| Binary | 11010000 | 1111001 | 10111001 | 0 | 101010 | 1011 | 10010 | 100111100 | 110000 | 1000001 |
Color Harmonies of #D079B9
Complementary color
Monochromatic Colors of #D079B9
Black with #D079B9
Text Example
Text Example
White with #D079B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D079B9; }
p { color: rgb(208,121,185); }
H1.HeaderClassName
{
color: #D079B9;
}
.AnyTagClassName
{
color: #D079B9;
}
</style>
background-color css
<style>
a { background-color: #D079B9; }
a { background-color: rgb(208,121,185); }
div.DivClassName
{
background-color: #D079B9;
}
.BgClassName
{
background-color: #D079B9;
}
</style>
border-color css
<style>
span { border-color: #D079B9; }
span { border-color: rgb(208,121,185); }
td.TdClassName
{
border-color: #D079B9;
}
.TagClassName
{
border-color: #D079B9;
}
</style>