Shades of Orchid #D277CB
Tints of Orchid #D277CB
RGB
CMYK
RGB Variations
Color information
#D277CB (or 0xD277CB) is known color: Orchid. HEX triplet: D2, 77 and CB. RGB value is (210,119,203). Sum of RGB (Red+Green+Blue) = 210+119+203=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D277CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277CB is #2D8834. Grayscale: #9B9B9B. Windows color (decimal): -2983989 or 13334482. OLE color: 13334482.
HSL color Cylindrical-coordinate representation of color #D277CB: hue angle of 304.62º 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 #D277CB is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 203 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.18 |
| HSL | 304.62º | 0.5% | 0.65% | - |
| HSV(B) | 304.62º | 0.43% | 0.82% | - |
| XYZ | 43.95 | 31.21 | 60.21 | - |
| YUV | 155.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 203 | 0 | 0.43 | 0.03 | 0.18 | 304.62 | 0.5 | 0.65 |
| Hex | D2 | 77 | CB | 0 | 2B | 3 | 12 | 131 | 32 | 41 |
| Octal | 322 | 167 | 313 | 0 | 53 | 3 | 22 | 461 | 62 | 101 |
| Binary | 11010010 | 1110111 | 11001011 | 0 | 101011 | 11 | 10010 | 100110001 | 110010 | 1000001 |
Color Harmonies of #D277CB
Complementary color
Monochromatic Colors of #D277CB
Black with #D277CB
Text Example
Text Example
White with #D277CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D277CB; }
p { color: rgb(210,119,203); }
H1.HeaderClassName
{
color: #D277CB;
}
.AnyTagClassName
{
color: #D277CB;
}
</style>
background-color css
<style>
a { background-color: #D277CB; }
a { background-color: rgb(210,119,203); }
div.DivClassName
{
background-color: #D277CB;
}
.BgClassName
{
background-color: #D277CB;
}
</style>
border-color css
<style>
span { border-color: #D277CB; }
span { border-color: rgb(210,119,203); }
td.TdClassName
{
border-color: #D277CB;
}
.TagClassName
{
border-color: #D277CB;
}
</style>