Shades of Orchid #DF6DDA
Tints of Orchid #DF6DDA
RGB
CMYK
RGB Variations
Color information
#DF6DDA (or 0xDF6DDA) is known color: Orchid. HEX triplet: DF, 6D and DA. RGB value is (223,109,218). Sum of RGB (Red+Green+Blue) = 223+109+218=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DDA is #209225. Grayscale: #9B9B9B. Windows color (decimal): -2134566 or 14314975. OLE color: 14314975.
HSL color Cylindrical-coordinate representation of color #DF6DDA: hue angle of 302.63º 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 #DF6DDA is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 218 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.13 |
| HSL | 302.63º | 0.64% | 0.65% | - |
| HSV(B) | 302.63º | 0.51% | 0.87% | - |
| XYZ | 48.55 | 31.69 | 69.89 | - |
| YUV | 155.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 218 | 0 | 0.51 | 0.02 | 0.13 | 302.63 | 0.64 | 0.65 |
| Hex | DF | 6D | DA | 0 | 33 | 2 | D | 12F | 40 | 41 |
| Octal | 337 | 155 | 332 | 0 | 63 | 2 | 15 | 457 | 100 | 101 |
| Binary | 11011111 | 1101101 | 11011010 | 0 | 110011 | 10 | 1101 | 100101111 | 1000000 | 1000001 |
Color Harmonies of #DF6DDA
Complementary color
Monochromatic Colors of #DF6DDA
Black with #DF6DDA
Text Example
Text Example
White with #DF6DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6DDA; }
p { color: rgb(223,109,218); }
H1.HeaderClassName
{
color: #DF6DDA;
}
.AnyTagClassName
{
color: #DF6DDA;
}
</style>
background-color css
<style>
a { background-color: #DF6DDA; }
a { background-color: rgb(223,109,218); }
div.DivClassName
{
background-color: #DF6DDA;
}
.BgClassName
{
background-color: #DF6DDA;
}
</style>
border-color css
<style>
span { border-color: #DF6DDA; }
span { border-color: rgb(223,109,218); }
td.TdClassName
{
border-color: #DF6DDA;
}
.TagClassName
{
border-color: #DF6DDA;
}
</style>