Shades of Orchid #D777D0
Tints of Orchid #D777D0
RGB
CMYK
RGB Variations
Color information
#D777D0 (or 0xD777D0) is known color: Orchid. HEX triplet: D7, 77 and D0. RGB value is (215,119,208). Sum of RGB (Red+Green+Blue) = 215+119+208=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D777D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777D0 is #28882F. Grayscale: #9D9D9D. Windows color (decimal): -2656304 or 13662167. OLE color: 13662167.
HSL color Cylindrical-coordinate representation of color #D777D0: hue angle of 304.38º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D777D0 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 208 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.16 |
| HSL | 304.38º | 0.55% | 0.65% | - |
| HSV(B) | 304.38º | 0.45% | 0.84% | - |
| XYZ | 46.01 | 32.19 | 63.46 | - |
| YUV | 157.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 208 | 0 | 0.45 | 0.03 | 0.16 | 304.38 | 0.55 | 0.65 |
| Hex | D7 | 77 | D0 | 0 | 2D | 3 | 10 | 130 | 37 | 41 |
| Octal | 327 | 167 | 320 | 0 | 55 | 3 | 20 | 460 | 67 | 101 |
| Binary | 11010111 | 1110111 | 11010000 | 0 | 101101 | 11 | 10000 | 100110000 | 110111 | 1000001 |
Color Harmonies of #D777D0
Complementary color
Monochromatic Colors of #D777D0
Black with #D777D0
Text Example
Text Example
White with #D777D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D777D0; }
p { color: rgb(215,119,208); }
H1.HeaderClassName
{
color: #D777D0;
}
.AnyTagClassName
{
color: #D777D0;
}
</style>
background-color css
<style>
a { background-color: #D777D0; }
a { background-color: rgb(215,119,208); }
div.DivClassName
{
background-color: #D777D0;
}
.BgClassName
{
background-color: #D777D0;
}
</style>
border-color css
<style>
span { border-color: #D777D0; }
span { border-color: rgb(215,119,208); }
td.TdClassName
{
border-color: #D777D0;
}
.TagClassName
{
border-color: #D777D0;
}
</style>