Shades of Orchid #DF76C6
Tints of Orchid #DF76C6
RGB
CMYK
RGB Variations
Color information
#DF76C6 (or 0xDF76C6) is known color: Orchid. HEX triplet: DF, 76 and C6. RGB value is (223,118,198). Sum of RGB (Red+Green+Blue) = 223+118+198=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76C6 is #208939. Grayscale: #9E9E9E. Windows color (decimal): -2132282 or 13006559. OLE color: 13006559.
HSL color Cylindrical-coordinate representation of color #DF76C6: hue angle of 314.29º 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 #DF76C6 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 198 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.13 |
| HSL | 314.29º | 0.62% | 0.67% | - |
| HSV(B) | 314.29º | 0.47% | 0.87% | - |
| XYZ | 47.1 | 32.72 | 57.26 | - |
| YUV | 158.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 198 | 0 | 0.47 | 0.11 | 0.13 | 314.29 | 0.62 | 0.67 |
| Hex | DF | 76 | C6 | 0 | 2F | B | D | 13A | 3E | 43 |
| Octal | 337 | 166 | 306 | 0 | 57 | 13 | 15 | 472 | 76 | 103 |
| Binary | 11011111 | 1110110 | 11000110 | 0 | 101111 | 1011 | 1101 | 100111010 | 111110 | 1000011 |
Color Harmonies of #DF76C6
Complementary color
Monochromatic Colors of #DF76C6
Black with #DF76C6
Text Example
Text Example
White with #DF76C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76C6; }
p { color: rgb(223,118,198); }
H1.HeaderClassName
{
color: #DF76C6;
}
.AnyTagClassName
{
color: #DF76C6;
}
</style>
background-color css
<style>
a { background-color: #DF76C6; }
a { background-color: rgb(223,118,198); }
div.DivClassName
{
background-color: #DF76C6;
}
.BgClassName
{
background-color: #DF76C6;
}
</style>
border-color css
<style>
span { border-color: #DF76C6; }
span { border-color: rgb(223,118,198); }
td.TdClassName
{
border-color: #DF76C6;
}
.TagClassName
{
border-color: #DF76C6;
}
</style>