Shades of Orchid #DF77D7
Tints of Orchid #DF77D7
RGB
CMYK
RGB Variations
Color information
#DF77D7 (or 0xDF77D7) is known color: Orchid. HEX triplet: DF, 77 and D7. RGB value is (223,119,215). Sum of RGB (Red+Green+Blue) = 223+119+215=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77D7 is #208828. Grayscale: #A0A0A0. Windows color (decimal): -2132009 or 14120927. OLE color: 14120927.
HSL color Cylindrical-coordinate representation of color #DF77D7: hue angle of 304.62º 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 #DF77D7 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 215 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.13 |
| HSL | 304.62º | 0.62% | 0.67% | - |
| HSV(B) | 304.62º | 0.47% | 0.87% | - |
| XYZ | 49.29 | 33.79 | 68.21 | - |
| YUV | 161.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 215 | 0 | 0.47 | 0.04 | 0.13 | 304.62 | 0.62 | 0.67 |
| Hex | DF | 77 | D7 | 0 | 2F | 4 | D | 131 | 3E | 43 |
| Octal | 337 | 167 | 327 | 0 | 57 | 4 | 15 | 461 | 76 | 103 |
| Binary | 11011111 | 1110111 | 11010111 | 0 | 101111 | 100 | 1101 | 100110001 | 111110 | 1000011 |
Color Harmonies of #DF77D7
Complementary color
Monochromatic Colors of #DF77D7
Black with #DF77D7
Text Example
Text Example
White with #DF77D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77D7; }
p { color: rgb(223,119,215); }
H1.HeaderClassName
{
color: #DF77D7;
}
.AnyTagClassName
{
color: #DF77D7;
}
</style>
background-color css
<style>
a { background-color: #DF77D7; }
a { background-color: rgb(223,119,215); }
div.DivClassName
{
background-color: #DF77D7;
}
.BgClassName
{
background-color: #DF77D7;
}
</style>
border-color css
<style>
span { border-color: #DF77D7; }
span { border-color: rgb(223,119,215); }
td.TdClassName
{
border-color: #DF77D7;
}
.TagClassName
{
border-color: #DF77D7;
}
</style>