Shades of Orchid #DF6DBE
Tints of Orchid #DF6DBE
RGB
CMYK
RGB Variations
Color information
#DF6DBE (or 0xDF6DBE) is known color: Orchid. HEX triplet: DF, 6D and BE. RGB value is (223,109,190). Sum of RGB (Red+Green+Blue) = 223+109+190=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DBE is #209241. Grayscale: #989898. Windows color (decimal): -2134594 or 12479967. OLE color: 12479967.
HSL color Cylindrical-coordinate representation of color #DF6DBE: hue angle of 317.37º 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 #DF6DBE is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 190 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.13 |
| HSL | 317.37º | 0.64% | 0.65% | - |
| HSV(B) | 317.37º | 0.51% | 0.87% | - |
| XYZ | 45.19 | 30.34 | 52.19 | - |
| YUV | 152.32 | 149.27 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 190 | 0 | 0.51 | 0.15 | 0.13 | 317.37 | 0.64 | 0.65 |
| Hex | DF | 6D | BE | 0 | 33 | F | D | 13D | 40 | 41 |
| Octal | 337 | 155 | 276 | 0 | 63 | 17 | 15 | 475 | 100 | 101 |
| Binary | 11011111 | 1101101 | 10111110 | 0 | 110011 | 1111 | 1101 | 100111101 | 1000000 | 1000001 |
Color Harmonies of #DF6DBE
Complementary color
Monochromatic Colors of #DF6DBE
Black with #DF6DBE
Text Example
Text Example
White with #DF6DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6DBE; }
p { color: rgb(223,109,190); }
H1.HeaderClassName
{
color: #DF6DBE;
}
.AnyTagClassName
{
color: #DF6DBE;
}
</style>
background-color css
<style>
a { background-color: #DF6DBE; }
a { background-color: rgb(223,109,190); }
div.DivClassName
{
background-color: #DF6DBE;
}
.BgClassName
{
background-color: #DF6DBE;
}
</style>
border-color css
<style>
span { border-color: #DF6DBE; }
span { border-color: rgb(223,109,190); }
td.TdClassName
{
border-color: #DF6DBE;
}
.TagClassName
{
border-color: #DF6DBE;
}
</style>