Shades of Orchid #D77DCC
Tints of Orchid #D77DCC
RGB
CMYK
RGB Variations
Color information
#D77DCC (or 0xD77DCC) is known color: Orchid. HEX triplet: D7, 7D and CC. RGB value is (215,125,204). Sum of RGB (Red+Green+Blue) = 215+125+204=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DCC is #288233. Grayscale: #A0A0A0. Windows color (decimal): -2654772 or 13401559. OLE color: 13401559.
HSL color Cylindrical-coordinate representation of color #D77DCC: hue angle of 307.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DCC is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 204 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.16 |
| HSL | 307.33º | 0.53% | 0.67% | - |
| HSV(B) | 307.33º | 0.42% | 0.84% | - |
| XYZ | 46.26 | 33.47 | 61.15 | - |
| YUV | 160.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 204 | 0 | 0.42 | 0.05 | 0.16 | 307.33 | 0.53 | 0.67 |
| Hex | D7 | 7D | CC | 0 | 2A | 5 | 10 | 133 | 35 | 43 |
| Octal | 327 | 175 | 314 | 0 | 52 | 5 | 20 | 463 | 65 | 103 |
| Binary | 11010111 | 1111101 | 11001100 | 0 | 101010 | 101 | 10000 | 100110011 | 110101 | 1000011 |
Color Harmonies of #D77DCC
Complementary color
Monochromatic Colors of #D77DCC
Black with #D77DCC
Text Example
Text Example
White with #D77DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DCC; }
p { color: rgb(215,125,204); }
H1.HeaderClassName
{
color: #D77DCC;
}
.AnyTagClassName
{
color: #D77DCC;
}
</style>
background-color css
<style>
a { background-color: #D77DCC; }
a { background-color: rgb(215,125,204); }
div.DivClassName
{
background-color: #D77DCC;
}
.BgClassName
{
background-color: #D77DCC;
}
</style>
border-color css
<style>
span { border-color: #D77DCC; }
span { border-color: rgb(215,125,204); }
td.TdClassName
{
border-color: #D77DCC;
}
.TagClassName
{
border-color: #D77DCC;
}
</style>