Shades of Orchid #DF6ACE
Tints of Orchid #DF6ACE
RGB
CMYK
RGB Variations
Color information
#DF6ACE (or 0xDF6ACE) is known color: Orchid. HEX triplet: DF, 6A and CE. RGB value is (223,106,206). Sum of RGB (Red+Green+Blue) = 223+106+206=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ACE is #209531. Grayscale: #989898. Windows color (decimal): -2135346 or 13527775. OLE color: 13527775.
HSL color Cylindrical-coordinate representation of color #DF6ACE: hue angle of 308.72º 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 #DF6ACE is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 206 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.13 |
| HSL | 308.72º | 0.65% | 0.65% | - |
| HSV(B) | 308.72º | 0.52% | 0.87% | - |
| XYZ | 46.73 | 30.45 | 61.81 | - |
| YUV | 152.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 206 | 0 | 0.52 | 0.08 | 0.13 | 308.72 | 0.65 | 0.65 |
| Hex | DF | 6A | CE | 0 | 34 | 8 | D | 135 | 41 | 41 |
| Octal | 337 | 152 | 316 | 0 | 64 | 10 | 15 | 465 | 101 | 101 |
| Binary | 11011111 | 1101010 | 11001110 | 0 | 110100 | 1000 | 1101 | 100110101 | 1000001 | 1000001 |
Color Harmonies of #DF6ACE
Complementary color
Monochromatic Colors of #DF6ACE
Black with #DF6ACE
Text Example
Text Example
White with #DF6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6ACE; }
p { color: rgb(223,106,206); }
H1.HeaderClassName
{
color: #DF6ACE;
}
.AnyTagClassName
{
color: #DF6ACE;
}
</style>
background-color css
<style>
a { background-color: #DF6ACE; }
a { background-color: rgb(223,106,206); }
div.DivClassName
{
background-color: #DF6ACE;
}
.BgClassName
{
background-color: #DF6ACE;
}
</style>
border-color css
<style>
span { border-color: #DF6ACE; }
span { border-color: rgb(223,106,206); }
td.TdClassName
{
border-color: #DF6ACE;
}
.TagClassName
{
border-color: #DF6ACE;
}
</style>