Shades of Orchid #D77DD1
Tints of Orchid #D77DD1
RGB
CMYK
RGB Variations
Color information
#D77DD1 (or 0xD77DD1) is known color: Orchid. HEX triplet: D7, 7D and D1. RGB value is (215,125,209). Sum of RGB (Red+Green+Blue) = 215+125+209=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DD1 is #28822E. Grayscale: #A1A1A1. Windows color (decimal): -2654767 or 13729239. OLE color: 13729239.
HSL color Cylindrical-coordinate representation of color #D77DD1: hue angle of 304º 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 #D77DD1 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 209 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.16 |
| HSL | 304º | 0.53% | 0.67% | - |
| HSV(B) | 304º | 0.42% | 0.84% | - |
| XYZ | 46.87 | 33.72 | 64.36 | - |
| YUV | 161.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 209 | 0 | 0.42 | 0.03 | 0.16 | 304 | 0.53 | 0.67 |
| Hex | D7 | 7D | D1 | 0 | 2A | 3 | 10 | 130 | 35 | 43 |
| Octal | 327 | 175 | 321 | 0 | 52 | 3 | 20 | 460 | 65 | 103 |
| Binary | 11010111 | 1111101 | 11010001 | 0 | 101010 | 11 | 10000 | 100110000 | 110101 | 1000011 |
Color Harmonies of #D77DD1
Complementary color
Monochromatic Colors of #D77DD1
Black with #D77DD1
Text Example
Text Example
White with #D77DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DD1; }
p { color: rgb(215,125,209); }
H1.HeaderClassName
{
color: #D77DD1;
}
.AnyTagClassName
{
color: #D77DD1;
}
</style>
background-color css
<style>
a { background-color: #D77DD1; }
a { background-color: rgb(215,125,209); }
div.DivClassName
{
background-color: #D77DD1;
}
.BgClassName
{
background-color: #D77DD1;
}
</style>
border-color css
<style>
span { border-color: #D77DD1; }
span { border-color: rgb(215,125,209); }
td.TdClassName
{
border-color: #D77DD1;
}
.TagClassName
{
border-color: #D77DD1;
}
</style>