Shades of Orchid #DF76E6
Tints of Orchid #DF76E6
RGB
CMYK
RGB Variations
Color information
#DF76E6 (or 0xDF76E6) is known color: Orchid. HEX triplet: DF, 76 and E6. RGB value is (223,118,230). Sum of RGB (Red+Green+Blue) = 223+118+230=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF76E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF76E6 is #208919. Grayscale: #A1A1A1. Windows color (decimal): -2132250 or 15103711. OLE color: 15103711.
HSL color Cylindrical-coordinate representation of color #DF76E6: hue angle of 296.25º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF76E6 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 118 | 230 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.10 |
| HSL | 296.25º | 0.69% | 0.68% | - |
| HSV(B) | 296.25º | 0.49% | 0.9% | - |
| XYZ | 51.19 | 34.36 | 78.8 | - |
| YUV | 162.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 230 | 0.03 | 0.49 | 0 | 0.10 | 296.25 | 0.69 | 0.68 |
| Hex | DF | 76 | E6 | 3 | 31 | 0 | A | 128 | 45 | 44 |
| Octal | 337 | 166 | 346 | 3 | 61 | 0 | 12 | 450 | 105 | 104 |
| Binary | 11011111 | 1110110 | 11100110 | 11 | 110001 | 0 | 1010 | 100101000 | 1000101 | 1000100 |
Color Harmonies of #DF76E6
Complementary color
Monochromatic Colors of #DF76E6
Black with #DF76E6
Text Example
Text Example
White with #DF76E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76E6; }
p { color: rgb(223,118,230); }
H1.HeaderClassName
{
color: #DF76E6;
}
.AnyTagClassName
{
color: #DF76E6;
}
</style>
background-color css
<style>
a { background-color: #DF76E6; }
a { background-color: rgb(223,118,230); }
div.DivClassName
{
background-color: #DF76E6;
}
.BgClassName
{
background-color: #DF76E6;
}
</style>
border-color css
<style>
span { border-color: #DF76E6; }
span { border-color: rgb(223,118,230); }
td.TdClassName
{
border-color: #DF76E6;
}
.TagClassName
{
border-color: #DF76E6;
}
</style>