Shades of Orchid #DF6FD9
Tints of Orchid #DF6FD9
RGB
CMYK
RGB Variations
Color information
#DF6FD9 (or 0xDF6FD9) is known color: Orchid. HEX triplet: DF, 6F and D9. RGB value is (223,111,217). Sum of RGB (Red+Green+Blue) = 223+111+217=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FD9 is #209026. Grayscale: #9C9C9C. Windows color (decimal): -2134055 or 14249951. OLE color: 14249951.
HSL color Cylindrical-coordinate representation of color #DF6FD9: hue angle of 303.21º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF6FD9 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 217 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.13 |
| HSL | 303.21º | 0.64% | 0.65% | - |
| HSV(B) | 303.21º | 0.5% | 0.87% | - |
| XYZ | 48.64 | 32.07 | 69.27 | - |
| YUV | 156.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 217 | 0 | 0.50 | 0.03 | 0.13 | 303.21 | 0.64 | 0.65 |
| Hex | DF | 6F | D9 | 0 | 32 | 3 | D | 12F | 40 | 41 |
| Octal | 337 | 157 | 331 | 0 | 62 | 3 | 15 | 457 | 100 | 101 |
| Binary | 11011111 | 1101111 | 11011001 | 0 | 110010 | 11 | 1101 | 100101111 | 1000000 | 1000001 |
Color Harmonies of #DF6FD9
Complementary color
Monochromatic Colors of #DF6FD9
Black with #DF6FD9
Text Example
Text Example
White with #DF6FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6FD9; }
p { color: rgb(223,111,217); }
H1.HeaderClassName
{
color: #DF6FD9;
}
.AnyTagClassName
{
color: #DF6FD9;
}
</style>
background-color css
<style>
a { background-color: #DF6FD9; }
a { background-color: rgb(223,111,217); }
div.DivClassName
{
background-color: #DF6FD9;
}
.BgClassName
{
background-color: #DF6FD9;
}
</style>
border-color css
<style>
span { border-color: #DF6FD9; }
span { border-color: rgb(223,111,217); }
td.TdClassName
{
border-color: #DF6FD9;
}
.TagClassName
{
border-color: #DF6FD9;
}
</style>