Shades of Orchid #DF6ECD
Tints of Orchid #DF6ECD
RGB
CMYK
RGB Variations
Color information
#DF6ECD (or 0xDF6ECD) is known color: Orchid. HEX triplet: DF, 6E and CD. RGB value is (223,110,205). Sum of RGB (Red+Green+Blue) = 223+110+205=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ECD is #209132. Grayscale: #9A9A9A. Windows color (decimal): -2134323 or 13463263. OLE color: 13463263.
HSL color Cylindrical-coordinate representation of color #DF6ECD: hue angle of 309.56º 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 #DF6ECD is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 205 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.13 |
| HSL | 309.56º | 0.64% | 0.65% | - |
| HSV(B) | 309.56º | 0.51% | 0.87% | - |
| XYZ | 47.03 | 31.25 | 61.31 | - |
| YUV | 154.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 205 | 0 | 0.51 | 0.08 | 0.13 | 309.56 | 0.64 | 0.65 |
| Hex | DF | 6E | CD | 0 | 33 | 8 | D | 136 | 40 | 41 |
| Octal | 337 | 156 | 315 | 0 | 63 | 10 | 15 | 466 | 100 | 101 |
| Binary | 11011111 | 1101110 | 11001101 | 0 | 110011 | 1000 | 1101 | 100110110 | 1000000 | 1000001 |
Color Harmonies of #DF6ECD
Complementary color
Monochromatic Colors of #DF6ECD
Black with #DF6ECD
Text Example
Text Example
White with #DF6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6ECD; }
p { color: rgb(223,110,205); }
H1.HeaderClassName
{
color: #DF6ECD;
}
.AnyTagClassName
{
color: #DF6ECD;
}
</style>
background-color css
<style>
a { background-color: #DF6ECD; }
a { background-color: rgb(223,110,205); }
div.DivClassName
{
background-color: #DF6ECD;
}
.BgClassName
{
background-color: #DF6ECD;
}
</style>
border-color css
<style>
span { border-color: #DF6ECD; }
span { border-color: rgb(223,110,205); }
td.TdClassName
{
border-color: #DF6ECD;
}
.TagClassName
{
border-color: #DF6ECD;
}
</style>