Shades of Orchid #D77CC6
Tints of Orchid #D77CC6
RGB
CMYK
RGB Variations
Color information
#D77CC6 (or 0xD77CC6) is known color: Orchid. HEX triplet: D7, 7C and C6. RGB value is (215,124,198). Sum of RGB (Red+Green+Blue) = 215+124+198=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CC6 is #288339. Grayscale: #9F9F9F. Windows color (decimal): -2655034 or 13008087. OLE color: 13008087.
HSL color Cylindrical-coordinate representation of color #D77CC6: hue angle of 311.21º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77CC6 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 198 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.16 |
| HSL | 311.21º | 0.53% | 0.66% | - |
| HSV(B) | 311.21º | 0.42% | 0.84% | - |
| XYZ | 45.43 | 32.94 | 57.39 | - |
| YUV | 159.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 198 | 0 | 0.42 | 0.08 | 0.16 | 311.21 | 0.53 | 0.66 |
| Hex | D7 | 7C | C6 | 0 | 2A | 8 | 10 | 137 | 35 | 42 |
| Octal | 327 | 174 | 306 | 0 | 52 | 10 | 20 | 467 | 65 | 102 |
| Binary | 11010111 | 1111100 | 11000110 | 0 | 101010 | 1000 | 10000 | 100110111 | 110101 | 1000010 |
Color Harmonies of #D77CC6
Complementary color
Monochromatic Colors of #D77CC6
Black with #D77CC6
Text Example
Text Example
White with #D77CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77CC6; }
p { color: rgb(215,124,198); }
H1.HeaderClassName
{
color: #D77CC6;
}
.AnyTagClassName
{
color: #D77CC6;
}
</style>
background-color css
<style>
a { background-color: #D77CC6; }
a { background-color: rgb(215,124,198); }
div.DivClassName
{
background-color: #D77CC6;
}
.BgClassName
{
background-color: #D77CC6;
}
</style>
border-color css
<style>
span { border-color: #D77CC6; }
span { border-color: rgb(215,124,198); }
td.TdClassName
{
border-color: #D77CC6;
}
.TagClassName
{
border-color: #D77CC6;
}
</style>