Shades of Orchid #D77BD3
Tints of Orchid #D77BD3
RGB
CMYK
RGB Variations
Color information
#D77BD3 (or 0xD77BD3) is known color: Orchid. HEX triplet: D7, 7B and D3. RGB value is (215,123,211). Sum of RGB (Red+Green+Blue) = 215+123+211=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BD3 is #28842C. Grayscale: #A0A0A0. Windows color (decimal): -2655277 or 13859799. OLE color: 13859799.
HSL color Cylindrical-coordinate representation of color #D77BD3: hue angle of 302.61º 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 #D77BD3 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 211 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.16 |
| HSL | 302.61º | 0.53% | 0.66% | - |
| HSV(B) | 302.61º | 0.43% | 0.84% | - |
| XYZ | 46.87 | 33.32 | 65.59 | - |
| YUV | 160.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 211 | 0 | 0.43 | 0.02 | 0.16 | 302.61 | 0.53 | 0.66 |
| Hex | D7 | 7B | D3 | 0 | 2B | 2 | 10 | 12F | 35 | 42 |
| Octal | 327 | 173 | 323 | 0 | 53 | 2 | 20 | 457 | 65 | 102 |
| Binary | 11010111 | 1111011 | 11010011 | 0 | 101011 | 10 | 10000 | 100101111 | 110101 | 1000010 |
Color Harmonies of #D77BD3
Complementary color
Monochromatic Colors of #D77BD3
Black with #D77BD3
Text Example
Text Example
White with #D77BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BD3; }
p { color: rgb(215,123,211); }
H1.HeaderClassName
{
color: #D77BD3;
}
.AnyTagClassName
{
color: #D77BD3;
}
</style>
background-color css
<style>
a { background-color: #D77BD3; }
a { background-color: rgb(215,123,211); }
div.DivClassName
{
background-color: #D77BD3;
}
.BgClassName
{
background-color: #D77BD3;
}
</style>
border-color css
<style>
span { border-color: #D77BD3; }
span { border-color: rgb(215,123,211); }
td.TdClassName
{
border-color: #D77BD3;
}
.TagClassName
{
border-color: #D77BD3;
}
</style>