Shades of Orchid #D277BE
Tints of Orchid #D277BE
RGB
CMYK
RGB Variations
Color information
#D277BE (or 0xD277BE) is known color: Orchid. HEX triplet: D2, 77 and BE. RGB value is (210,119,190). Sum of RGB (Red+Green+Blue) = 210+119+190=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D277BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277BE is #2D8841. Grayscale: #9A9A9A. Windows color (decimal): -2984002 or 12482514. OLE color: 12482514.
HSL color Cylindrical-coordinate representation of color #D277BE: hue angle of 313.19º 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 #D277BE is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 190 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.18 |
| HSL | 313.19º | 0.5% | 0.65% | - |
| HSV(B) | 313.19º | 0.43% | 0.82% | - |
| XYZ | 42.47 | 30.61 | 52.39 | - |
| YUV | 154.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 190 | 0 | 0.43 | 0.10 | 0.18 | 313.19 | 0.5 | 0.65 |
| Hex | D2 | 77 | BE | 0 | 2B | A | 12 | 139 | 32 | 41 |
| Octal | 322 | 167 | 276 | 0 | 53 | 12 | 22 | 471 | 62 | 101 |
| Binary | 11010010 | 1110111 | 10111110 | 0 | 101011 | 1010 | 10010 | 100111001 | 110010 | 1000001 |
Color Harmonies of #D277BE
Complementary color
Monochromatic Colors of #D277BE
Black with #D277BE
Text Example
Text Example
White with #D277BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D277BE; }
p { color: rgb(210,119,190); }
H1.HeaderClassName
{
color: #D277BE;
}
.AnyTagClassName
{
color: #D277BE;
}
</style>
background-color css
<style>
a { background-color: #D277BE; }
a { background-color: rgb(210,119,190); }
div.DivClassName
{
background-color: #D277BE;
}
.BgClassName
{
background-color: #D277BE;
}
</style>
border-color css
<style>
span { border-color: #D277BE; }
span { border-color: rgb(210,119,190); }
td.TdClassName
{
border-color: #D277BE;
}
.TagClassName
{
border-color: #D277BE;
}
</style>