Shades of Orchid #DF6AD6
Tints of Orchid #DF6AD6
RGB
CMYK
RGB Variations
Color information
#DF6AD6 (or 0xDF6AD6) is known color: Orchid. HEX triplet: DF, 6A and D6. RGB value is (223,106,214). Sum of RGB (Red+Green+Blue) = 223+106+214=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6AD6 is #209529. Grayscale: #989898. Windows color (decimal): -2135338 or 14052063. OLE color: 14052063.
HSL color Cylindrical-coordinate representation of color #DF6AD6: hue angle of 304.62º degrees, saturation: 0.65, 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 #DF6AD6 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 214 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.13 |
| HSL | 304.62º | 0.65% | 0.65% | - |
| HSV(B) | 304.62º | 0.52% | 0.87% | - |
| XYZ | 47.72 | 30.85 | 67.06 | - |
| YUV | 153.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 214 | 0 | 0.52 | 0.04 | 0.13 | 304.62 | 0.65 | 0.65 |
| Hex | DF | 6A | D6 | 0 | 34 | 4 | D | 131 | 41 | 41 |
| Octal | 337 | 152 | 326 | 0 | 64 | 4 | 15 | 461 | 101 | 101 |
| Binary | 11011111 | 1101010 | 11010110 | 0 | 110100 | 100 | 1101 | 100110001 | 1000001 | 1000001 |
Color Harmonies of #DF6AD6
Complementary color
Monochromatic Colors of #DF6AD6
Black with #DF6AD6
Text Example
Text Example
White with #DF6AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6AD6; }
p { color: rgb(223,106,214); }
H1.HeaderClassName
{
color: #DF6AD6;
}
.AnyTagClassName
{
color: #DF6AD6;
}
</style>
background-color css
<style>
a { background-color: #DF6AD6; }
a { background-color: rgb(223,106,214); }
div.DivClassName
{
background-color: #DF6AD6;
}
.BgClassName
{
background-color: #DF6AD6;
}
</style>
border-color css
<style>
span { border-color: #DF6AD6; }
span { border-color: rgb(223,106,214); }
td.TdClassName
{
border-color: #DF6AD6;
}
.TagClassName
{
border-color: #DF6AD6;
}
</style>