Shades of Orchid #D077BF
Tints of Orchid #D077BF
RGB
CMYK
RGB Variations
Color information
#D077BF (or 0xD077BF) is known color: Orchid. HEX triplet: D0, 77 and BF. RGB value is (208,119,191). Sum of RGB (Red+Green+Blue) = 208+119+191=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D077BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077BF is #2F8840. Grayscale: #999999. Windows color (decimal): -3115073 or 12548048. OLE color: 12548048.
HSL color Cylindrical-coordinate representation of color #D077BF: hue angle of 311.46º 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 #D077BF is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 191 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.18 |
| HSL | 311.46º | 0.49% | 0.64% | - |
| HSV(B) | 311.46º | 0.43% | 0.82% | - |
| XYZ | 42.01 | 30.37 | 52.94 | - |
| YUV | 153.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 191 | 0 | 0.43 | 0.08 | 0.18 | 311.46 | 0.49 | 0.64 |
| Hex | D0 | 77 | BF | 0 | 2B | 8 | 12 | 137 | 31 | 40 |
| Octal | 320 | 167 | 277 | 0 | 53 | 10 | 22 | 467 | 61 | 100 |
| Binary | 11010000 | 1110111 | 10111111 | 0 | 101011 | 1000 | 10010 | 100110111 | 110001 | 1000000 |
Color Harmonies of #D077BF
Complementary color
Monochromatic Colors of #D077BF
Black with #D077BF
Text Example
Text Example
White with #D077BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077BF; }
p { color: rgb(208,119,191); }
H1.HeaderClassName
{
color: #D077BF;
}
.AnyTagClassName
{
color: #D077BF;
}
</style>
background-color css
<style>
a { background-color: #D077BF; }
a { background-color: rgb(208,119,191); }
div.DivClassName
{
background-color: #D077BF;
}
.BgClassName
{
background-color: #D077BF;
}
</style>
border-color css
<style>
span { border-color: #D077BF; }
span { border-color: rgb(208,119,191); }
td.TdClassName
{
border-color: #D077BF;
}
.TagClassName
{
border-color: #D077BF;
}
</style>