Shades of Orchid #D77DC6
Tints of Orchid #D77DC6
RGB
CMYK
RGB Variations
Color information
#D77DC6 (or 0xD77DC6) is known color: Orchid. HEX triplet: D7, 7D and C6. RGB value is (215,125,198). Sum of RGB (Red+Green+Blue) = 215+125+198=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DC6 is #288239. Grayscale: #A0A0A0. Windows color (decimal): -2654778 or 13008343. OLE color: 13008343.
HSL color Cylindrical-coordinate representation of color #D77DC6: hue angle of 311.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 #D77DC6 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 198 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.16 |
| HSL | 311.33º | 0.53% | 0.67% | - |
| HSV(B) | 311.33º | 0.42% | 0.84% | - |
| XYZ | 45.55 | 33.19 | 57.43 | - |
| YUV | 160.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 198 | 0 | 0.42 | 0.08 | 0.16 | 311.33 | 0.53 | 0.67 |
| Hex | D7 | 7D | C6 | 0 | 2A | 8 | 10 | 137 | 35 | 43 |
| Octal | 327 | 175 | 306 | 0 | 52 | 10 | 20 | 467 | 65 | 103 |
| Binary | 11010111 | 1111101 | 11000110 | 0 | 101010 | 1000 | 10000 | 100110111 | 110101 | 1000011 |
Color Harmonies of #D77DC6
Complementary color
Monochromatic Colors of #D77DC6
Black with #D77DC6
Text Example
Text Example
White with #D77DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DC6; }
p { color: rgb(215,125,198); }
H1.HeaderClassName
{
color: #D77DC6;
}
.AnyTagClassName
{
color: #D77DC6;
}
</style>
background-color css
<style>
a { background-color: #D77DC6; }
a { background-color: rgb(215,125,198); }
div.DivClassName
{
background-color: #D77DC6;
}
.BgClassName
{
background-color: #D77DC6;
}
</style>
border-color css
<style>
span { border-color: #D77DC6; }
span { border-color: rgb(215,125,198); }
td.TdClassName
{
border-color: #D77DC6;
}
.TagClassName
{
border-color: #D77DC6;
}
</style>