Shades of Orchid #D277BB
Tints of Orchid #D277BB
RGB
CMYK
RGB Variations
Color information
#D277BB (or 0xD277BB) is known color: Orchid. HEX triplet: D2, 77 and BB. RGB value is (210,119,187). Sum of RGB (Red+Green+Blue) = 210+119+187=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D277BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277BB is #2D8844. Grayscale: #999999. Windows color (decimal): -2984005 or 12285906. OLE color: 12285906.
HSL color Cylindrical-coordinate representation of color #D277BB: hue angle of 315.16º 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 #D277BB is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 187 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.18 |
| HSL | 315.16º | 0.5% | 0.65% | - |
| HSV(B) | 315.16º | 0.43% | 0.82% | - |
| XYZ | 42.14 | 30.48 | 50.68 | - |
| YUV | 153.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 187 | 0 | 0.43 | 0.11 | 0.18 | 315.16 | 0.5 | 0.65 |
| Hex | D2 | 77 | BB | 0 | 2B | B | 12 | 13B | 32 | 41 |
| Octal | 322 | 167 | 273 | 0 | 53 | 13 | 22 | 473 | 62 | 101 |
| Binary | 11010010 | 1110111 | 10111011 | 0 | 101011 | 1011 | 10010 | 100111011 | 110010 | 1000001 |
Color Harmonies of #D277BB
Complementary color
Monochromatic Colors of #D277BB
Black with #D277BB
Text Example
Text Example
White with #D277BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D277BB; }
p { color: rgb(210,119,187); }
H1.HeaderClassName
{
color: #D277BB;
}
.AnyTagClassName
{
color: #D277BB;
}
</style>
background-color css
<style>
a { background-color: #D277BB; }
a { background-color: rgb(210,119,187); }
div.DivClassName
{
background-color: #D277BB;
}
.BgClassName
{
background-color: #D277BB;
}
</style>
border-color css
<style>
span { border-color: #D277BB; }
span { border-color: rgb(210,119,187); }
td.TdClassName
{
border-color: #D277BB;
}
.TagClassName
{
border-color: #D277BB;
}
</style>