Shades of Orchid #DF81CE
Tints of Orchid #DF81CE
RGB
CMYK
RGB Variations
Color information
#DF81CE (or 0xDF81CE) is known color: Orchid. HEX triplet: DF, 81 and CE. RGB value is (223,129,206). Sum of RGB (Red+Green+Blue) = 223+129+206=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81CE is #207E31. Grayscale: #A5A5A5. Windows color (decimal): -2129458 or 13533663. OLE color: 13533663.
HSL color Cylindrical-coordinate representation of color #DF81CE: hue angle of 310.85º 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 #DF81CE is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 206 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.13 |
| HSL | 310.85º | 0.59% | 0.69% | - |
| HSV(B) | 310.85º | 0.42% | 0.87% | - |
| XYZ | 49.42 | 35.84 | 62.71 | - |
| YUV | 165.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 206 | 0 | 0.42 | 0.08 | 0.13 | 310.85 | 0.59 | 0.69 |
| Hex | DF | 81 | CE | 0 | 2A | 8 | D | 137 | 3B | 45 |
| Octal | 337 | 201 | 316 | 0 | 52 | 10 | 15 | 467 | 73 | 105 |
| Binary | 11011111 | 10000001 | 11001110 | 0 | 101010 | 1000 | 1101 | 100110111 | 111011 | 1000101 |
Color Harmonies of #DF81CE
Complementary color
Monochromatic Colors of #DF81CE
Black with #DF81CE
Text Example
Text Example
White with #DF81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81CE; }
p { color: rgb(223,129,206); }
H1.HeaderClassName
{
color: #DF81CE;
}
.AnyTagClassName
{
color: #DF81CE;
}
</style>
background-color css
<style>
a { background-color: #DF81CE; }
a { background-color: rgb(223,129,206); }
div.DivClassName
{
background-color: #DF81CE;
}
.BgClassName
{
background-color: #DF81CE;
}
</style>
border-color css
<style>
span { border-color: #DF81CE; }
span { border-color: rgb(223,129,206); }
td.TdClassName
{
border-color: #DF81CE;
}
.TagClassName
{
border-color: #DF81CE;
}
</style>