Shades of Orchid #DF6DDD
Tints of Orchid #DF6DDD
RGB
CMYK
RGB Variations
Color information
#DF6DDD (or 0xDF6DDD) is known color: Orchid. HEX triplet: DF, 6D and DD. RGB value is (223,109,221). Sum of RGB (Red+Green+Blue) = 223+109+221=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DDD is #209222. Grayscale: #9B9B9B. Windows color (decimal): -2134563 or 14511583. OLE color: 14511583.
HSL color Cylindrical-coordinate representation of color #DF6DDD: hue angle of 301.05º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6DDD is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 221 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.13 |
| HSL | 301.05º | 0.64% | 0.65% | - |
| HSV(B) | 301.05º | 0.51% | 0.87% | - |
| XYZ | 48.95 | 31.85 | 71.97 | - |
| YUV | 155.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 221 | 0 | 0.51 | 0.01 | 0.13 | 301.05 | 0.64 | 0.65 |
| Hex | DF | 6D | DD | 0 | 33 | 1 | D | 12D | 40 | 41 |
| Octal | 337 | 155 | 335 | 0 | 63 | 1 | 15 | 455 | 100 | 101 |
| Binary | 11011111 | 1101101 | 11011101 | 0 | 110011 | 1 | 1101 | 100101101 | 1000000 | 1000001 |
Color Harmonies of #DF6DDD
Complementary color
Monochromatic Colors of #DF6DDD
Black with #DF6DDD
Text Example
Text Example
White with #DF6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6DDD; }
p { color: rgb(223,109,221); }
H1.HeaderClassName
{
color: #DF6DDD;
}
.AnyTagClassName
{
color: #DF6DDD;
}
</style>
background-color css
<style>
a { background-color: #DF6DDD; }
a { background-color: rgb(223,109,221); }
div.DivClassName
{
background-color: #DF6DDD;
}
.BgClassName
{
background-color: #DF6DDD;
}
</style>
border-color css
<style>
span { border-color: #DF6DDD; }
span { border-color: rgb(223,109,221); }
td.TdClassName
{
border-color: #DF6DDD;
}
.TagClassName
{
border-color: #DF6DDD;
}
</style>