Shades of Orchid #DF6EDD
Tints of Orchid #DF6EDD
RGB
CMYK
RGB Variations
Color information
#DF6EDD (or 0xDF6EDD) is known color: Orchid. HEX triplet: DF, 6E and DD. RGB value is (223,110,221). Sum of RGB (Red+Green+Blue) = 223+110+221=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6EDD is #209122. Grayscale: #9C9C9C. Windows color (decimal): -2134307 or 14511839. OLE color: 14511839.
HSL color Cylindrical-coordinate representation of color #DF6EDD: hue angle of 301.06º 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 #DF6EDD is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 221 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.13 |
| HSL | 301.06º | 0.64% | 0.65% | - |
| HSV(B) | 301.06º | 0.51% | 0.87% | - |
| XYZ | 49.06 | 32.06 | 72.01 | - |
| YUV | 156.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 221 | 0 | 0.51 | 0.01 | 0.13 | 301.06 | 0.64 | 0.65 |
| Hex | DF | 6E | DD | 0 | 33 | 1 | D | 12D | 40 | 41 |
| Octal | 337 | 156 | 335 | 0 | 63 | 1 | 15 | 455 | 100 | 101 |
| Binary | 11011111 | 1101110 | 11011101 | 0 | 110011 | 1 | 1101 | 100101101 | 1000000 | 1000001 |
Color Harmonies of #DF6EDD
Complementary color
Monochromatic Colors of #DF6EDD
Black with #DF6EDD
Text Example
Text Example
White with #DF6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6EDD; }
p { color: rgb(223,110,221); }
H1.HeaderClassName
{
color: #DF6EDD;
}
.AnyTagClassName
{
color: #DF6EDD;
}
</style>
background-color css
<style>
a { background-color: #DF6EDD; }
a { background-color: rgb(223,110,221); }
div.DivClassName
{
background-color: #DF6EDD;
}
.BgClassName
{
background-color: #DF6EDD;
}
</style>
border-color css
<style>
span { border-color: #DF6EDD; }
span { border-color: rgb(223,110,221); }
td.TdClassName
{
border-color: #DF6EDD;
}
.TagClassName
{
border-color: #DF6EDD;
}
</style>