Shades of Orchid #D77BC9
Tints of Orchid #D77BC9
RGB
CMYK
RGB Variations
Color information
#D77BC9 (or 0xD77BC9) is known color: Orchid. HEX triplet: D7, 7B and C9. RGB value is (215,123,201). Sum of RGB (Red+Green+Blue) = 215+123+201=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BC9 is #288436. Grayscale: #9F9F9F. Windows color (decimal): -2655287 or 13204439. OLE color: 13204439.
HSL color Cylindrical-coordinate representation of color #D77BC9: hue angle of 309.13º degrees, saturation: 0.53, 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 #D77BC9 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 201 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.16 |
| HSL | 309.13º | 0.53% | 0.66% | - |
| HSV(B) | 309.13º | 0.43% | 0.84% | - |
| XYZ | 45.65 | 32.83 | 59.19 | - |
| YUV | 159.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 201 | 0 | 0.43 | 0.07 | 0.16 | 309.13 | 0.53 | 0.66 |
| Hex | D7 | 7B | C9 | 0 | 2B | 7 | 10 | 135 | 35 | 42 |
| Octal | 327 | 173 | 311 | 0 | 53 | 7 | 20 | 465 | 65 | 102 |
| Binary | 11010111 | 1111011 | 11001001 | 0 | 101011 | 111 | 10000 | 100110101 | 110101 | 1000010 |
Color Harmonies of #D77BC9
Complementary color
Monochromatic Colors of #D77BC9
Black with #D77BC9
Text Example
Text Example
White with #D77BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BC9; }
p { color: rgb(215,123,201); }
H1.HeaderClassName
{
color: #D77BC9;
}
.AnyTagClassName
{
color: #D77BC9;
}
</style>
background-color css
<style>
a { background-color: #D77BC9; }
a { background-color: rgb(215,123,201); }
div.DivClassName
{
background-color: #D77BC9;
}
.BgClassName
{
background-color: #D77BC9;
}
</style>
border-color css
<style>
span { border-color: #D77BC9; }
span { border-color: rgb(215,123,201); }
td.TdClassName
{
border-color: #D77BC9;
}
.TagClassName
{
border-color: #D77BC9;
}
</style>