Shades of Orchid #DF76D5
Tints of Orchid #DF76D5
RGB
CMYK
RGB Variations
Color information
#DF76D5 (or 0xDF76D5) is known color: Orchid. HEX triplet: DF, 76 and D5. RGB value is (223,118,213). Sum of RGB (Red+Green+Blue) = 223+118+213=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76D5 is #20892A. Grayscale: #9F9F9F. Windows color (decimal): -2132267 or 13989599. OLE color: 13989599.
HSL color Cylindrical-coordinate representation of color #DF76D5: hue angle of 305.71º 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 #DF76D5 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 213 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.13 |
| HSL | 305.71º | 0.62% | 0.67% | - |
| HSV(B) | 305.71º | 0.47% | 0.87% | - |
| XYZ | 48.92 | 33.45 | 66.83 | - |
| YUV | 160.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 213 | 0 | 0.47 | 0.04 | 0.13 | 305.71 | 0.62 | 0.67 |
| Hex | DF | 76 | D5 | 0 | 2F | 4 | D | 132 | 3E | 43 |
| Octal | 337 | 166 | 325 | 0 | 57 | 4 | 15 | 462 | 76 | 103 |
| Binary | 11011111 | 1110110 | 11010101 | 0 | 101111 | 100 | 1101 | 100110010 | 111110 | 1000011 |
Color Harmonies of #DF76D5
Complementary color
Monochromatic Colors of #DF76D5
Black with #DF76D5
Text Example
Text Example
White with #DF76D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76D5; }
p { color: rgb(223,118,213); }
H1.HeaderClassName
{
color: #DF76D5;
}
.AnyTagClassName
{
color: #DF76D5;
}
</style>
background-color css
<style>
a { background-color: #DF76D5; }
a { background-color: rgb(223,118,213); }
div.DivClassName
{
background-color: #DF76D5;
}
.BgClassName
{
background-color: #DF76D5;
}
</style>
border-color css
<style>
span { border-color: #DF76D5; }
span { border-color: rgb(223,118,213); }
td.TdClassName
{
border-color: #DF76D5;
}
.TagClassName
{
border-color: #DF76D5;
}
</style>