Shades of Orchid #DF8ACE
Tints of Orchid #DF8ACE
RGB
CMYK
RGB Variations
Color information
#DF8ACE (or 0xDF8ACE) is known color: Orchid. HEX triplet: DF, 8A and CE. RGB value is (223,138,206). Sum of RGB (Red+Green+Blue) = 223+138+206=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ACE is #207531. Grayscale: #AAAAAA. Windows color (decimal): -2127154 or 13535967. OLE color: 13535967.
HSL color Cylindrical-coordinate representation of color #DF8ACE: hue angle of 312º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8ACE is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 206 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.13 |
| HSL | 312º | 0.57% | 0.71% | - |
| HSV(B) | 312º | 0.38% | 0.87% | - |
| XYZ | 50.66 | 38.32 | 63.12 | - |
| YUV | 171.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 206 | 0 | 0.38 | 0.08 | 0.13 | 312 | 0.57 | 0.71 |
| Hex | DF | 8A | CE | 0 | 26 | 8 | D | 138 | 39 | 47 |
| Octal | 337 | 212 | 316 | 0 | 46 | 10 | 15 | 470 | 71 | 107 |
| Binary | 11011111 | 10001010 | 11001110 | 0 | 100110 | 1000 | 1101 | 100111000 | 111001 | 1000111 |
Color Harmonies of #DF8ACE
Complementary color
Monochromatic Colors of #DF8ACE
Black with #DF8ACE
Text Example
Text Example
White with #DF8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8ACE; }
p { color: rgb(223,138,206); }
H1.HeaderClassName
{
color: #DF8ACE;
}
.AnyTagClassName
{
color: #DF8ACE;
}
</style>
background-color css
<style>
a { background-color: #DF8ACE; }
a { background-color: rgb(223,138,206); }
div.DivClassName
{
background-color: #DF8ACE;
}
.BgClassName
{
background-color: #DF8ACE;
}
</style>
border-color css
<style>
span { border-color: #DF8ACE; }
span { border-color: rgb(223,138,206); }
td.TdClassName
{
border-color: #DF8ACE;
}
.TagClassName
{
border-color: #DF8ACE;
}
</style>