Shades of Orchid #D77CD1
Tints of Orchid #D77CD1
RGB
CMYK
RGB Variations
Color information
#D77CD1 (or 0xD77CD1) is known color: Orchid. HEX triplet: D7, 7C and D1. RGB value is (215,124,209). Sum of RGB (Red+Green+Blue) = 215+124+209=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CD1 is #28832E. Grayscale: #A0A0A0. Windows color (decimal): -2655023 or 13728983. OLE color: 13728983.
HSL color Cylindrical-coordinate representation of color #D77CD1: hue angle of 303.96º 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 #D77CD1 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 209 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.16 |
| HSL | 303.96º | 0.53% | 0.66% | - |
| HSV(B) | 303.96º | 0.42% | 0.84% | - |
| XYZ | 46.74 | 33.47 | 64.32 | - |
| YUV | 160.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 209 | 0 | 0.42 | 0.03 | 0.16 | 303.96 | 0.53 | 0.66 |
| Hex | D7 | 7C | D1 | 0 | 2A | 3 | 10 | 130 | 35 | 42 |
| Octal | 327 | 174 | 321 | 0 | 52 | 3 | 20 | 460 | 65 | 102 |
| Binary | 11010111 | 1111100 | 11010001 | 0 | 101010 | 11 | 10000 | 100110000 | 110101 | 1000010 |
Color Harmonies of #D77CD1
Complementary color
Monochromatic Colors of #D77CD1
Black with #D77CD1
Text Example
Text Example
White with #D77CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77CD1; }
p { color: rgb(215,124,209); }
H1.HeaderClassName
{
color: #D77CD1;
}
.AnyTagClassName
{
color: #D77CD1;
}
</style>
background-color css
<style>
a { background-color: #D77CD1; }
a { background-color: rgb(215,124,209); }
div.DivClassName
{
background-color: #D77CD1;
}
.BgClassName
{
background-color: #D77CD1;
}
</style>
border-color css
<style>
span { border-color: #D77CD1; }
span { border-color: rgb(215,124,209); }
td.TdClassName
{
border-color: #D77CD1;
}
.TagClassName
{
border-color: #D77CD1;
}
</style>