Shades of Orchid #D077BB
Tints of Orchid #D077BB
RGB
CMYK
RGB Variations
Color information
#D077BB (or 0xD077BB) is known color: Orchid. HEX triplet: D0, 77 and BB. RGB value is (208,119,187). Sum of RGB (Red+Green+Blue) = 208+119+187=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D077BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077BB is #2F8844. Grayscale: #999999. Windows color (decimal): -3115077 or 12285904. OLE color: 12285904.
HSL color Cylindrical-coordinate representation of color #D077BB: hue angle of 314.16º 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 #D077BB is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 187 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.18 |
| HSL | 314.16º | 0.49% | 0.64% | - |
| HSV(B) | 314.16º | 0.43% | 0.82% | - |
| XYZ | 41.58 | 30.19 | 50.65 | - |
| YUV | 153.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 187 | 0 | 0.43 | 0.10 | 0.18 | 314.16 | 0.49 | 0.64 |
| Hex | D0 | 77 | BB | 0 | 2B | A | 12 | 13A | 31 | 40 |
| Octal | 320 | 167 | 273 | 0 | 53 | 12 | 22 | 472 | 61 | 100 |
| Binary | 11010000 | 1110111 | 10111011 | 0 | 101011 | 1010 | 10010 | 100111010 | 110001 | 1000000 |
Color Harmonies of #D077BB
Complementary color
Monochromatic Colors of #D077BB
Black with #D077BB
Text Example
Text Example
White with #D077BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077BB; }
p { color: rgb(208,119,187); }
H1.HeaderClassName
{
color: #D077BB;
}
.AnyTagClassName
{
color: #D077BB;
}
</style>
background-color css
<style>
a { background-color: #D077BB; }
a { background-color: rgb(208,119,187); }
div.DivClassName
{
background-color: #D077BB;
}
.BgClassName
{
background-color: #D077BB;
}
</style>
border-color css
<style>
span { border-color: #D077BB; }
span { border-color: rgb(208,119,187); }
td.TdClassName
{
border-color: #D077BB;
}
.TagClassName
{
border-color: #D077BB;
}
</style>