Shades of Orchid #DF76D7
Tints of Orchid #DF76D7
RGB
CMYK
RGB Variations
Color information
#DF76D7 (or 0xDF76D7) is known color: Orchid. HEX triplet: DF, 76 and D7. RGB value is (223,118,215). Sum of RGB (Red+Green+Blue) = 223+118+215=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76D7 is #208928. Grayscale: #A0A0A0. Windows color (decimal): -2132265 or 14120671. OLE color: 14120671.
HSL color Cylindrical-coordinate representation of color #DF76D7: hue angle of 304.57º 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 #DF76D7 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 215 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.13 |
| HSL | 304.57º | 0.62% | 0.67% | - |
| HSV(B) | 304.57º | 0.47% | 0.87% | - |
| XYZ | 49.18 | 33.55 | 68.17 | - |
| YUV | 160.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 215 | 0 | 0.47 | 0.04 | 0.13 | 304.57 | 0.62 | 0.67 |
| Hex | DF | 76 | D7 | 0 | 2F | 4 | D | 131 | 3E | 43 |
| Octal | 337 | 166 | 327 | 0 | 57 | 4 | 15 | 461 | 76 | 103 |
| Binary | 11011111 | 1110110 | 11010111 | 0 | 101111 | 100 | 1101 | 100110001 | 111110 | 1000011 |
Color Harmonies of #DF76D7
Complementary color
Monochromatic Colors of #DF76D7
Black with #DF76D7
Text Example
Text Example
White with #DF76D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76D7; }
p { color: rgb(223,118,215); }
H1.HeaderClassName
{
color: #DF76D7;
}
.AnyTagClassName
{
color: #DF76D7;
}
</style>
background-color css
<style>
a { background-color: #DF76D7; }
a { background-color: rgb(223,118,215); }
div.DivClassName
{
background-color: #DF76D7;
}
.BgClassName
{
background-color: #DF76D7;
}
</style>
border-color css
<style>
span { border-color: #DF76D7; }
span { border-color: rgb(223,118,215); }
td.TdClassName
{
border-color: #DF76D7;
}
.TagClassName
{
border-color: #DF76D7;
}
</style>