Shades of Orchid #DF8AD0
Tints of Orchid #DF8AD0
RGB
CMYK
RGB Variations
Color information
#DF8AD0 (or 0xDF8AD0) is known color: Orchid. HEX triplet: DF, 8A and D0. RGB value is (223,138,208). Sum of RGB (Red+Green+Blue) = 223+138+208=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8AD0 is #20752F. Grayscale: #ABABAB. Windows color (decimal): -2127152 or 13667039. OLE color: 13667039.
HSL color Cylindrical-coordinate representation of color #DF8AD0: hue angle of 310.59º 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 #DF8AD0 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 208 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.13 |
| HSL | 310.59º | 0.57% | 0.71% | - |
| HSV(B) | 310.59º | 0.38% | 0.87% | - |
| XYZ | 50.91 | 38.42 | 64.41 | - |
| YUV | 171.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 208 | 0 | 0.38 | 0.07 | 0.13 | 310.59 | 0.57 | 0.71 |
| Hex | DF | 8A | D0 | 0 | 26 | 7 | D | 137 | 39 | 47 |
| Octal | 337 | 212 | 320 | 0 | 46 | 7 | 15 | 467 | 71 | 107 |
| Binary | 11011111 | 10001010 | 11010000 | 0 | 100110 | 111 | 1101 | 100110111 | 111001 | 1000111 |
Color Harmonies of #DF8AD0
Complementary color
Monochromatic Colors of #DF8AD0
Black with #DF8AD0
Text Example
Text Example
White with #DF8AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AD0; }
p { color: rgb(223,138,208); }
H1.HeaderClassName
{
color: #DF8AD0;
}
.AnyTagClassName
{
color: #DF8AD0;
}
</style>
background-color css
<style>
a { background-color: #DF8AD0; }
a { background-color: rgb(223,138,208); }
div.DivClassName
{
background-color: #DF8AD0;
}
.BgClassName
{
background-color: #DF8AD0;
}
</style>
border-color css
<style>
span { border-color: #DF8AD0; }
span { border-color: rgb(223,138,208); }
td.TdClassName
{
border-color: #DF8AD0;
}
.TagClassName
{
border-color: #DF8AD0;
}
</style>