Shades of Orchid #DF77D0
Tints of Orchid #DF77D0
RGB
CMYK
RGB Variations
Color information
#DF77D0 (or 0xDF77D0) is known color: Orchid. HEX triplet: DF, 77 and D0. RGB value is (223,119,208). Sum of RGB (Red+Green+Blue) = 223+119+208=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77D0 is #20882F. Grayscale: #9F9F9F. Windows color (decimal): -2132016 or 13662175. OLE color: 13662175.
HSL color Cylindrical-coordinate representation of color #DF77D0: hue angle of 308.65º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF77D0 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 208 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.13 |
| HSL | 308.65º | 0.62% | 0.67% | - |
| HSV(B) | 308.65º | 0.47% | 0.87% | - |
| XYZ | 48.41 | 33.44 | 63.58 | - |
| YUV | 160.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 208 | 0 | 0.47 | 0.07 | 0.13 | 308.65 | 0.62 | 0.67 |
| Hex | DF | 77 | D0 | 0 | 2F | 7 | D | 135 | 3E | 43 |
| Octal | 337 | 167 | 320 | 0 | 57 | 7 | 15 | 465 | 76 | 103 |
| Binary | 11011111 | 1110111 | 11010000 | 0 | 101111 | 111 | 1101 | 100110101 | 111110 | 1000011 |
Color Harmonies of #DF77D0
Complementary color
Monochromatic Colors of #DF77D0
Black with #DF77D0
Text Example
Text Example
White with #DF77D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77D0; }
p { color: rgb(223,119,208); }
H1.HeaderClassName
{
color: #DF77D0;
}
.AnyTagClassName
{
color: #DF77D0;
}
</style>
background-color css
<style>
a { background-color: #DF77D0; }
a { background-color: rgb(223,119,208); }
div.DivClassName
{
background-color: #DF77D0;
}
.BgClassName
{
background-color: #DF77D0;
}
</style>
border-color css
<style>
span { border-color: #DF77D0; }
span { border-color: rgb(223,119,208); }
td.TdClassName
{
border-color: #DF77D0;
}
.TagClassName
{
border-color: #DF77D0;
}
</style>