Shades of Orchid #D77AC9
Tints of Orchid #D77AC9
RGB
CMYK
RGB Variations
Color information
#D77AC9 (or 0xD77AC9) is known color: Orchid. HEX triplet: D7, 7A and C9. RGB value is (215,122,201). Sum of RGB (Red+Green+Blue) = 215+122+201=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77AC9 is #288536. Grayscale: #9E9E9E. Windows color (decimal): -2655543 or 13204183. OLE color: 13204183.
HSL color Cylindrical-coordinate representation of color #D77AC9: hue angle of 309.03º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77AC9 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 201 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.16 |
| HSL | 309.03º | 0.54% | 0.66% | - |
| HSV(B) | 309.03º | 0.43% | 0.84% | - |
| XYZ | 45.53 | 32.58 | 59.15 | - |
| YUV | 158.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 201 | 0 | 0.43 | 0.07 | 0.16 | 309.03 | 0.54 | 0.66 |
| Hex | D7 | 7A | C9 | 0 | 2B | 7 | 10 | 135 | 36 | 42 |
| Octal | 327 | 172 | 311 | 0 | 53 | 7 | 20 | 465 | 66 | 102 |
| Binary | 11010111 | 1111010 | 11001001 | 0 | 101011 | 111 | 10000 | 100110101 | 110110 | 1000010 |
Color Harmonies of #D77AC9
Complementary color
Monochromatic Colors of #D77AC9
Black with #D77AC9
Text Example
Text Example
White with #D77AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77AC9; }
p { color: rgb(215,122,201); }
H1.HeaderClassName
{
color: #D77AC9;
}
.AnyTagClassName
{
color: #D77AC9;
}
</style>
background-color css
<style>
a { background-color: #D77AC9; }
a { background-color: rgb(215,122,201); }
div.DivClassName
{
background-color: #D77AC9;
}
.BgClassName
{
background-color: #D77AC9;
}
</style>
border-color css
<style>
span { border-color: #D77AC9; }
span { border-color: rgb(215,122,201); }
td.TdClassName
{
border-color: #D77AC9;
}
.TagClassName
{
border-color: #D77AC9;
}
</style>