Shades of Orchid #D079BB
Tints of Orchid #D079BB
RGB
CMYK
RGB Variations
Color information
#D079BB (or 0xD079BB) is known color: Orchid. HEX triplet: D0, 79 and BB. RGB value is (208,121,187). Sum of RGB (Red+Green+Blue) = 208+121+187=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D079BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079BB is #2F8644. Grayscale: #9A9A9A. Windows color (decimal): -3114565 or 12286416. OLE color: 12286416.
HSL color Cylindrical-coordinate representation of color #D079BB: hue angle of 314.48º 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 #D079BB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 187 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.18 |
| HSL | 314.48º | 0.48% | 0.65% | - |
| HSV(B) | 314.48º | 0.42% | 0.82% | - |
| XYZ | 41.82 | 30.67 | 50.73 | - |
| YUV | 154.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 187 | 0 | 0.42 | 0.10 | 0.18 | 314.48 | 0.48 | 0.65 |
| Hex | D0 | 79 | BB | 0 | 2A | A | 12 | 13A | 30 | 41 |
| Octal | 320 | 171 | 273 | 0 | 52 | 12 | 22 | 472 | 60 | 101 |
| Binary | 11010000 | 1111001 | 10111011 | 0 | 101010 | 1010 | 10010 | 100111010 | 110000 | 1000001 |
Color Harmonies of #D079BB
Complementary color
Monochromatic Colors of #D079BB
Black with #D079BB
Text Example
Text Example
White with #D079BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D079BB; }
p { color: rgb(208,121,187); }
H1.HeaderClassName
{
color: #D079BB;
}
.AnyTagClassName
{
color: #D079BB;
}
</style>
background-color css
<style>
a { background-color: #D079BB; }
a { background-color: rgb(208,121,187); }
div.DivClassName
{
background-color: #D079BB;
}
.BgClassName
{
background-color: #D079BB;
}
</style>
border-color css
<style>
span { border-color: #D079BB; }
span { border-color: rgb(208,121,187); }
td.TdClassName
{
border-color: #D079BB;
}
.TagClassName
{
border-color: #D079BB;
}
</style>