Shades of Orchid #DF81CF
Tints of Orchid #DF81CF
RGB
CMYK
RGB Variations
Color information
#DF81CF (or 0xDF81CF) is known color: Orchid. HEX triplet: DF, 81 and CF. RGB value is (223,129,207). Sum of RGB (Red+Green+Blue) = 223+129+207=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81CF is #207E30. Grayscale: #A5A5A5. Windows color (decimal): -2129457 or 13599199. OLE color: 13599199.
HSL color Cylindrical-coordinate representation of color #DF81CF: hue angle of 310.21º 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 #DF81CF is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 207 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.13 |
| HSL | 310.21º | 0.59% | 0.69% | - |
| HSV(B) | 310.21º | 0.42% | 0.87% | - |
| XYZ | 49.54 | 35.89 | 63.35 | - |
| YUV | 166 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 207 | 0 | 0.42 | 0.07 | 0.13 | 310.21 | 0.59 | 0.69 |
| Hex | DF | 81 | CF | 0 | 2A | 7 | D | 136 | 3B | 45 |
| Octal | 337 | 201 | 317 | 0 | 52 | 7 | 15 | 466 | 73 | 105 |
| Binary | 11011111 | 10000001 | 11001111 | 0 | 101010 | 111 | 1101 | 100110110 | 111011 | 1000101 |
Color Harmonies of #DF81CF
Complementary color
Monochromatic Colors of #DF81CF
Black with #DF81CF
Text Example
Text Example
White with #DF81CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81CF; }
p { color: rgb(223,129,207); }
H1.HeaderClassName
{
color: #DF81CF;
}
.AnyTagClassName
{
color: #DF81CF;
}
</style>
background-color css
<style>
a { background-color: #DF81CF; }
a { background-color: rgb(223,129,207); }
div.DivClassName
{
background-color: #DF81CF;
}
.BgClassName
{
background-color: #DF81CF;
}
</style>
border-color css
<style>
span { border-color: #DF81CF; }
span { border-color: rgb(223,129,207); }
td.TdClassName
{
border-color: #DF81CF;
}
.TagClassName
{
border-color: #DF81CF;
}
</style>