Shades of Orchid #D277BC
Tints of Orchid #D277BC
RGB
CMYK
RGB Variations
Color information
#D277BC (or 0xD277BC) is known color: Orchid. HEX triplet: D2, 77 and BC. RGB value is (210,119,188). Sum of RGB (Red+Green+Blue) = 210+119+188=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D277BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277BC is #2D8843. Grayscale: #999999. Windows color (decimal): -2984004 or 12351442. OLE color: 12351442.
HSL color Cylindrical-coordinate representation of color #D277BC: hue angle of 314.51º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D277BC is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 188 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.18 |
| HSL | 314.51º | 0.5% | 0.65% | - |
| HSV(B) | 314.51º | 0.43% | 0.82% | - |
| XYZ | 42.25 | 30.53 | 51.24 | - |
| YUV | 154.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 188 | 0 | 0.43 | 0.10 | 0.18 | 314.51 | 0.5 | 0.65 |
| Hex | D2 | 77 | BC | 0 | 2B | A | 12 | 13B | 32 | 41 |
| Octal | 322 | 167 | 274 | 0 | 53 | 12 | 22 | 473 | 62 | 101 |
| Binary | 11010010 | 1110111 | 10111100 | 0 | 101011 | 1010 | 10010 | 100111011 | 110010 | 1000001 |
Color Harmonies of #D277BC
Complementary color
Monochromatic Colors of #D277BC
Black with #D277BC
Text Example
Text Example
White with #D277BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D277BC; }
p { color: rgb(210,119,188); }
H1.HeaderClassName
{
color: #D277BC;
}
.AnyTagClassName
{
color: #D277BC;
}
</style>
background-color css
<style>
a { background-color: #D277BC; }
a { background-color: rgb(210,119,188); }
div.DivClassName
{
background-color: #D277BC;
}
.BgClassName
{
background-color: #D277BC;
}
</style>
border-color css
<style>
span { border-color: #D277BC; }
span { border-color: rgb(210,119,188); }
td.TdClassName
{
border-color: #D277BC;
}
.TagClassName
{
border-color: #D277BC;
}
</style>