Shades of Orchid #DF76E7
Tints of Orchid #DF76E7
RGB
CMYK
RGB Variations
Color information
#DF76E7 (or 0xDF76E7) is known color: Orchid. HEX triplet: DF, 76 and E7. RGB value is (223,118,231). Sum of RGB (Red+Green+Blue) = 223+118+231=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 231 (90.62% from 255 or 40.38% from 572); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF76E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF76E7 is #208918. Grayscale: #A1A1A1. Windows color (decimal): -2132249 or 15169247. OLE color: 15169247.
HSL color Cylindrical-coordinate representation of color #DF76E7: hue angle of 295.75º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF76E7 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 118 | 231 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.09 |
| HSL | 295.75º | 0.7% | 0.68% | - |
| HSV(B) | 295.75º | 0.49% | 0.91% | - |
| XYZ | 51.33 | 34.41 | 79.54 | - |
| YUV | 162.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 231 | 0.03 | 0.49 | 0 | 0.09 | 295.75 | 0.7 | 0.68 |
| Hex | DF | 76 | E7 | 3 | 31 | 0 | 9 | 128 | 46 | 44 |
| Octal | 337 | 166 | 347 | 3 | 61 | 0 | 11 | 450 | 106 | 104 |
| Binary | 11011111 | 1110110 | 11100111 | 11 | 110001 | 0 | 1001 | 100101000 | 1000110 | 1000100 |
Color Harmonies of #DF76E7
Complementary color
Monochromatic Colors of #DF76E7
Black with #DF76E7
Text Example
Text Example
White with #DF76E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76E7; }
p { color: rgb(223,118,231); }
H1.HeaderClassName
{
color: #DF76E7;
}
.AnyTagClassName
{
color: #DF76E7;
}
</style>
background-color css
<style>
a { background-color: #DF76E7; }
a { background-color: rgb(223,118,231); }
div.DivClassName
{
background-color: #DF76E7;
}
.BgClassName
{
background-color: #DF76E7;
}
</style>
border-color css
<style>
span { border-color: #DF76E7; }
span { border-color: rgb(223,118,231); }
td.TdClassName
{
border-color: #DF76E7;
}
.TagClassName
{
border-color: #DF76E7;
}
</style>