Shades of Orchid #D077BA
Tints of Orchid #D077BA
RGB
CMYK
RGB Variations
Color information
#D077BA (or 0xD077BA) is known color: Orchid. HEX triplet: D0, 77 and BA. RGB value is (208,119,186). Sum of RGB (Red+Green+Blue) = 208+119+186=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D077BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077BA is #2F8845. Grayscale: #999999. Windows color (decimal): -3115078 or 12220368. OLE color: 12220368.
HSL color Cylindrical-coordinate representation of color #D077BA: hue angle of 314.83º 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 #D077BA is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 186 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.18 |
| HSL | 314.83º | 0.49% | 0.64% | - |
| HSV(B) | 314.83º | 0.43% | 0.82% | - |
| XYZ | 41.47 | 30.15 | 50.09 | - |
| YUV | 153.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 186 | 0 | 0.43 | 0.11 | 0.18 | 314.83 | 0.49 | 0.64 |
| Hex | D0 | 77 | BA | 0 | 2B | B | 12 | 13B | 31 | 40 |
| Octal | 320 | 167 | 272 | 0 | 53 | 13 | 22 | 473 | 61 | 100 |
| Binary | 11010000 | 1110111 | 10111010 | 0 | 101011 | 1011 | 10010 | 100111011 | 110001 | 1000000 |
Color Harmonies of #D077BA
Complementary color
Monochromatic Colors of #D077BA
Black with #D077BA
Text Example
Text Example
White with #D077BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077BA; }
p { color: rgb(208,119,186); }
H1.HeaderClassName
{
color: #D077BA;
}
.AnyTagClassName
{
color: #D077BA;
}
</style>
background-color css
<style>
a { background-color: #D077BA; }
a { background-color: rgb(208,119,186); }
div.DivClassName
{
background-color: #D077BA;
}
.BgClassName
{
background-color: #D077BA;
}
</style>
border-color css
<style>
span { border-color: #D077BA; }
span { border-color: rgb(208,119,186); }
td.TdClassName
{
border-color: #D077BA;
}
.TagClassName
{
border-color: #D077BA;
}
</style>