Shades of Orchid #DF6DCD
Tints of Orchid #DF6DCD
RGB
CMYK
RGB Variations
Color information
#DF6DCD (or 0xDF6DCD) is known color: Orchid. HEX triplet: DF, 6D and CD. RGB value is (223,109,205). Sum of RGB (Red+Green+Blue) = 223+109+205=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DCD is #209232. Grayscale: #999999. Windows color (decimal): -2134579 or 13463007. OLE color: 13463007.
HSL color Cylindrical-coordinate representation of color #DF6DCD: hue angle of 309.47º 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 #DF6DCD is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 205 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.13 |
| HSL | 309.47º | 0.64% | 0.65% | - |
| HSV(B) | 309.47º | 0.51% | 0.87% | - |
| XYZ | 46.92 | 31.03 | 61.27 | - |
| YUV | 154.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 205 | 0 | 0.51 | 0.08 | 0.13 | 309.47 | 0.64 | 0.65 |
| Hex | DF | 6D | CD | 0 | 33 | 8 | D | 135 | 40 | 41 |
| Octal | 337 | 155 | 315 | 0 | 63 | 10 | 15 | 465 | 100 | 101 |
| Binary | 11011111 | 1101101 | 11001101 | 0 | 110011 | 1000 | 1101 | 100110101 | 1000000 | 1000001 |
Color Harmonies of #DF6DCD
Complementary color
Monochromatic Colors of #DF6DCD
Black with #DF6DCD
Text Example
Text Example
White with #DF6DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6DCD; }
p { color: rgb(223,109,205); }
H1.HeaderClassName
{
color: #DF6DCD;
}
.AnyTagClassName
{
color: #DF6DCD;
}
</style>
background-color css
<style>
a { background-color: #DF6DCD; }
a { background-color: rgb(223,109,205); }
div.DivClassName
{
background-color: #DF6DCD;
}
.BgClassName
{
background-color: #DF6DCD;
}
</style>
border-color css
<style>
span { border-color: #DF6DCD; }
span { border-color: rgb(223,109,205); }
td.TdClassName
{
border-color: #DF6DCD;
}
.TagClassName
{
border-color: #DF6DCD;
}
</style>