Shades of Orchid #D277D6
Tints of Orchid #D277D6
RGB
CMYK
RGB Variations
Color information
#D277D6 (or 0xD277D6) is known color: Orchid. HEX triplet: D2, 77 and D6. RGB value is (210,119,214). Sum of RGB (Red+Green+Blue) = 210+119+214=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #D277D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277D6 is #2D8829. Grayscale: #9C9C9C. Windows color (decimal): -2983978 or 14055378. OLE color: 14055378.
HSL color Cylindrical-coordinate representation of color #D277D6: hue angle of 297.47º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D277D6 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 119 | 214 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.16 |
| HSL | 297.47º | 0.54% | 0.65% | - |
| HSV(B) | 297.47º | 0.44% | 0.84% | - |
| XYZ | 45.31 | 31.75 | 67.36 | - |
| YUV | 157.04 | 160.15 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 214 | 0.02 | 0.44 | 0 | 0.16 | 297.47 | 0.54 | 0.65 |
| Hex | D2 | 77 | D6 | 2 | 2C | 0 | 10 | 129 | 36 | 41 |
| Octal | 322 | 167 | 326 | 2 | 54 | 0 | 20 | 451 | 66 | 101 |
| Binary | 11010010 | 1110111 | 11010110 | 10 | 101100 | 0 | 10000 | 100101001 | 110110 | 1000001 |
Color Harmonies of #D277D6
Complementary color
Monochromatic Colors of #D277D6
Black with #D277D6
Text Example
Text Example
White with #D277D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D277D6; }
p { color: rgb(210,119,214); }
H1.HeaderClassName
{
color: #D277D6;
}
.AnyTagClassName
{
color: #D277D6;
}
</style>
background-color css
<style>
a { background-color: #D277D6; }
a { background-color: rgb(210,119,214); }
div.DivClassName
{
background-color: #D277D6;
}
.BgClassName
{
background-color: #D277D6;
}
</style>
border-color css
<style>
span { border-color: #D277D6; }
span { border-color: rgb(210,119,214); }
td.TdClassName
{
border-color: #D277D6;
}
.TagClassName
{
border-color: #D277D6;
}
</style>