Shades of Orchid #DF81D8
Tints of Orchid #DF81D8
RGB
CMYK
RGB Variations
Color information
#DF81D8 (or 0xDF81D8) is known color: Orchid. HEX triplet: DF, 81 and D8. RGB value is (223,129,216). Sum of RGB (Red+Green+Blue) = 223+129+216=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81D8 is #207E27. Grayscale: #A6A6A6. Windows color (decimal): -2129448 or 14189023. OLE color: 14189023.
HSL color Cylindrical-coordinate representation of color #DF81D8: hue angle of 304.47º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF81D8 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 216 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.13 |
| HSL | 304.47º | 0.59% | 0.69% | - |
| HSV(B) | 304.47º | 0.42% | 0.87% | - |
| XYZ | 50.68 | 36.35 | 69.31 | - |
| YUV | 167.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 216 | 0 | 0.42 | 0.03 | 0.13 | 304.47 | 0.59 | 0.69 |
| Hex | DF | 81 | D8 | 0 | 2A | 3 | D | 130 | 3B | 45 |
| Octal | 337 | 201 | 330 | 0 | 52 | 3 | 15 | 460 | 73 | 105 |
| Binary | 11011111 | 10000001 | 11011000 | 0 | 101010 | 11 | 1101 | 100110000 | 111011 | 1000101 |
Color Harmonies of #DF81D8
Complementary color
Monochromatic Colors of #DF81D8
Black with #DF81D8
Text Example
Text Example
White with #DF81D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81D8; }
p { color: rgb(223,129,216); }
H1.HeaderClassName
{
color: #DF81D8;
}
.AnyTagClassName
{
color: #DF81D8;
}
</style>
background-color css
<style>
a { background-color: #DF81D8; }
a { background-color: rgb(223,129,216); }
div.DivClassName
{
background-color: #DF81D8;
}
.BgClassName
{
background-color: #DF81D8;
}
</style>
border-color css
<style>
span { border-color: #DF81D8; }
span { border-color: rgb(223,129,216); }
td.TdClassName
{
border-color: #DF81D8;
}
.TagClassName
{
border-color: #DF81D8;
}
</style>