Shades of Orchid #DF76CF
Tints of Orchid #DF76CF
RGB
CMYK
RGB Variations
Color information
#DF76CF (or 0xDF76CF) is known color: Orchid. HEX triplet: DF, 76 and CF. RGB value is (223,118,207). Sum of RGB (Red+Green+Blue) = 223+118+207=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76CF is #208930. Grayscale: #9F9F9F. Windows color (decimal): -2132273 or 13596383. OLE color: 13596383.
HSL color Cylindrical-coordinate representation of color #DF76CF: hue angle of 309.14º 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 #DF76CF is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 207 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.13 |
| HSL | 309.14º | 0.62% | 0.67% | - |
| HSV(B) | 309.14º | 0.47% | 0.87% | - |
| XYZ | 48.17 | 33.15 | 62.89 | - |
| YUV | 159.54 | 154.79 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 207 | 0 | 0.47 | 0.07 | 0.13 | 309.14 | 0.62 | 0.67 |
| Hex | DF | 76 | CF | 0 | 2F | 7 | D | 135 | 3E | 43 |
| Octal | 337 | 166 | 317 | 0 | 57 | 7 | 15 | 465 | 76 | 103 |
| Binary | 11011111 | 1110110 | 11001111 | 0 | 101111 | 111 | 1101 | 100110101 | 111110 | 1000011 |
Color Harmonies of #DF76CF
Complementary color
Monochromatic Colors of #DF76CF
Black with #DF76CF
Text Example
Text Example
White with #DF76CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76CF; }
p { color: rgb(223,118,207); }
H1.HeaderClassName
{
color: #DF76CF;
}
.AnyTagClassName
{
color: #DF76CF;
}
</style>
background-color css
<style>
a { background-color: #DF76CF; }
a { background-color: rgb(223,118,207); }
div.DivClassName
{
background-color: #DF76CF;
}
.BgClassName
{
background-color: #DF76CF;
}
</style>
border-color css
<style>
span { border-color: #DF76CF; }
span { border-color: rgb(223,118,207); }
td.TdClassName
{
border-color: #DF76CF;
}
.TagClassName
{
border-color: #DF76CF;
}
</style>