Shades of Orchid #DF6FDD
Tints of Orchid #DF6FDD
RGB
CMYK
RGB Variations
Color information
#DF6FDD (or 0xDF6FDD) is known color: Orchid. HEX triplet: DF, 6F and DD. RGB value is (223,111,221). Sum of RGB (Red+Green+Blue) = 223+111+221=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FDD is #209022. Grayscale: #9C9C9C. Windows color (decimal): -2134051 or 14512095. OLE color: 14512095.
HSL color Cylindrical-coordinate representation of color #DF6FDD: hue angle of 301.07º 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 #DF6FDD is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 221 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.13 |
| HSL | 301.07º | 0.64% | 0.65% | - |
| HSV(B) | 301.07º | 0.5% | 0.87% | - |
| XYZ | 49.17 | 32.28 | 72.05 | - |
| YUV | 157.03 | 164.11 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 221 | 0 | 0.50 | 0.01 | 0.13 | 301.07 | 0.64 | 0.65 |
| Hex | DF | 6F | DD | 0 | 32 | 1 | D | 12D | 40 | 41 |
| Octal | 337 | 157 | 335 | 0 | 62 | 1 | 15 | 455 | 100 | 101 |
| Binary | 11011111 | 1101111 | 11011101 | 0 | 110010 | 1 | 1101 | 100101101 | 1000000 | 1000001 |
Color Harmonies of #DF6FDD
Complementary color
Monochromatic Colors of #DF6FDD
Black with #DF6FDD
Text Example
Text Example
White with #DF6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6FDD; }
p { color: rgb(223,111,221); }
H1.HeaderClassName
{
color: #DF6FDD;
}
.AnyTagClassName
{
color: #DF6FDD;
}
</style>
background-color css
<style>
a { background-color: #DF6FDD; }
a { background-color: rgb(223,111,221); }
div.DivClassName
{
background-color: #DF6FDD;
}
.BgClassName
{
background-color: #DF6FDD;
}
</style>
border-color css
<style>
span { border-color: #DF6FDD; }
span { border-color: rgb(223,111,221); }
td.TdClassName
{
border-color: #DF6FDD;
}
.TagClassName
{
border-color: #DF6FDD;
}
</style>