Shades of Orchid #DF6FCD
Tints of Orchid #DF6FCD
RGB
CMYK
RGB Variations
Color information
#DF6FCD (or 0xDF6FCD) is known color: Orchid. HEX triplet: DF, 6F and CD. RGB value is (223,111,205). Sum of RGB (Red+Green+Blue) = 223+111+205=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FCD is #209032. Grayscale: #9A9A9A. Windows color (decimal): -2134067 or 13463519. OLE color: 13463519.
HSL color Cylindrical-coordinate representation of color #DF6FCD: hue angle of 309.64º 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 #DF6FCD is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 205 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.13 |
| HSL | 309.64º | 0.64% | 0.65% | - |
| HSV(B) | 309.64º | 0.5% | 0.87% | - |
| XYZ | 47.14 | 31.46 | 61.35 | - |
| YUV | 155.2 | 156.11 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 205 | 0 | 0.50 | 0.08 | 0.13 | 309.64 | 0.64 | 0.65 |
| Hex | DF | 6F | CD | 0 | 32 | 8 | D | 136 | 40 | 41 |
| Octal | 337 | 157 | 315 | 0 | 62 | 10 | 15 | 466 | 100 | 101 |
| Binary | 11011111 | 1101111 | 11001101 | 0 | 110010 | 1000 | 1101 | 100110110 | 1000000 | 1000001 |
Color Harmonies of #DF6FCD
Complementary color
Monochromatic Colors of #DF6FCD
Black with #DF6FCD
Text Example
Text Example
White with #DF6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6FCD; }
p { color: rgb(223,111,205); }
H1.HeaderClassName
{
color: #DF6FCD;
}
.AnyTagClassName
{
color: #DF6FCD;
}
</style>
background-color css
<style>
a { background-color: #DF6FCD; }
a { background-color: rgb(223,111,205); }
div.DivClassName
{
background-color: #DF6FCD;
}
.BgClassName
{
background-color: #DF6FCD;
}
</style>
border-color css
<style>
span { border-color: #DF6FCD; }
span { border-color: rgb(223,111,205); }
td.TdClassName
{
border-color: #DF6FCD;
}
.TagClassName
{
border-color: #DF6FCD;
}
</style>