Shades of Orchid #DF6BD9
Tints of Orchid #DF6BD9
RGB
CMYK
RGB Variations
Color information
#DF6BD9 (or 0xDF6BD9) is known color: Orchid. HEX triplet: DF, 6B and D9. RGB value is (223,107,217). Sum of RGB (Red+Green+Blue) = 223+107+217=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6BD9 is #209426. Grayscale: #999999. Windows color (decimal): -2135079 or 14248927. OLE color: 14248927.
HSL color Cylindrical-coordinate representation of color #DF6BD9: hue angle of 303.1º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6BD9 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 107 | 217 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.13 |
| HSL | 303.1º | 0.64% | 0.65% | - |
| HSV(B) | 303.1º | 0.52% | 0.87% | - |
| XYZ | 48.21 | 31.21 | 69.13 | - |
| YUV | 154.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 217 | 0 | 0.52 | 0.03 | 0.13 | 303.1 | 0.64 | 0.65 |
| Hex | DF | 6B | D9 | 0 | 34 | 3 | D | 12F | 40 | 41 |
| Octal | 337 | 153 | 331 | 0 | 64 | 3 | 15 | 457 | 100 | 101 |
| Binary | 11011111 | 1101011 | 11011001 | 0 | 110100 | 11 | 1101 | 100101111 | 1000000 | 1000001 |
Color Harmonies of #DF6BD9
Complementary color
Monochromatic Colors of #DF6BD9
Black with #DF6BD9
Text Example
Text Example
White with #DF6BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6BD9; }
p { color: rgb(223,107,217); }
H1.HeaderClassName
{
color: #DF6BD9;
}
.AnyTagClassName
{
color: #DF6BD9;
}
</style>
background-color css
<style>
a { background-color: #DF6BD9; }
a { background-color: rgb(223,107,217); }
div.DivClassName
{
background-color: #DF6BD9;
}
.BgClassName
{
background-color: #DF6BD9;
}
</style>
border-color css
<style>
span { border-color: #DF6BD9; }
span { border-color: rgb(223,107,217); }
td.TdClassName
{
border-color: #DF6BD9;
}
.TagClassName
{
border-color: #DF6BD9;
}
</style>