Shades of Orchid #DF8ACB
Tints of Orchid #DF8ACB
RGB
CMYK
RGB Variations
Color information
#DF8ACB (or 0xDF8ACB) is known color: Orchid. HEX triplet: DF, 8A and CB. RGB value is (223,138,203). Sum of RGB (Red+Green+Blue) = 223+138+203=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ACB is #207534. Grayscale: #AAAAAA. Windows color (decimal): -2127157 or 13339359. OLE color: 13339359.
HSL color Cylindrical-coordinate representation of color #DF8ACB: hue angle of 314.12º 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 #DF8ACB is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 203 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.13 |
| HSL | 314.12º | 0.57% | 0.71% | - |
| HSV(B) | 314.12º | 0.38% | 0.87% | - |
| XYZ | 50.3 | 38.18 | 61.22 | - |
| YUV | 170.83 | 146.16 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 203 | 0 | 0.38 | 0.09 | 0.13 | 314.12 | 0.57 | 0.71 |
| Hex | DF | 8A | CB | 0 | 26 | 9 | D | 13A | 39 | 47 |
| Octal | 337 | 212 | 313 | 0 | 46 | 11 | 15 | 472 | 71 | 107 |
| Binary | 11011111 | 10001010 | 11001011 | 0 | 100110 | 1001 | 1101 | 100111010 | 111001 | 1000111 |
Color Harmonies of #DF8ACB
Complementary color
Monochromatic Colors of #DF8ACB
Black with #DF8ACB
Text Example
Text Example
White with #DF8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8ACB; }
p { color: rgb(223,138,203); }
H1.HeaderClassName
{
color: #DF8ACB;
}
.AnyTagClassName
{
color: #DF8ACB;
}
</style>
background-color css
<style>
a { background-color: #DF8ACB; }
a { background-color: rgb(223,138,203); }
div.DivClassName
{
background-color: #DF8ACB;
}
.BgClassName
{
background-color: #DF8ACB;
}
</style>
border-color css
<style>
span { border-color: #DF8ACB; }
span { border-color: rgb(223,138,203); }
td.TdClassName
{
border-color: #DF8ACB;
}
.TagClassName
{
border-color: #DF8ACB;
}
</style>