Shades of Orchid #DF76E4
Tints of Orchid #DF76E4
RGB
CMYK
RGB Variations
Color information
#DF76E4 (or 0xDF76E4) is known color: Orchid. HEX triplet: DF, 76 and E4. RGB value is (223,118,228). Sum of RGB (Red+Green+Blue) = 223+118+228=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF76E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76E4 is #20891B. Grayscale: #A1A1A1. Windows color (decimal): -2132252 or 14972639. OLE color: 14972639.
HSL color Cylindrical-coordinate representation of color #DF76E4: hue angle of 297.27º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF76E4 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 118 | 228 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.11 |
| HSL | 297.27º | 0.67% | 0.68% | - |
| HSV(B) | 297.27º | 0.48% | 0.89% | - |
| XYZ | 50.91 | 34.25 | 77.33 | - |
| YUV | 161.94 | 165.29 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 228 | 0.02 | 0.48 | 0 | 0.11 | 297.27 | 0.67 | 0.68 |
| Hex | DF | 76 | E4 | 2 | 30 | 0 | B | 129 | 43 | 44 |
| Octal | 337 | 166 | 344 | 2 | 60 | 0 | 13 | 451 | 103 | 104 |
| Binary | 11011111 | 1110110 | 11100100 | 10 | 110000 | 0 | 1011 | 100101001 | 1000011 | 1000100 |
Color Harmonies of #DF76E4
Complementary color
Monochromatic Colors of #DF76E4
Black with #DF76E4
Text Example
Text Example
White with #DF76E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76E4; }
p { color: rgb(223,118,228); }
H1.HeaderClassName
{
color: #DF76E4;
}
.AnyTagClassName
{
color: #DF76E4;
}
</style>
background-color css
<style>
a { background-color: #DF76E4; }
a { background-color: rgb(223,118,228); }
div.DivClassName
{
background-color: #DF76E4;
}
.BgClassName
{
background-color: #DF76E4;
}
</style>
border-color css
<style>
span { border-color: #DF76E4; }
span { border-color: rgb(223,118,228); }
td.TdClassName
{
border-color: #DF76E4;
}
.TagClassName
{
border-color: #DF76E4;
}
</style>