Shades of Orchid #DF80C9
Tints of Orchid #DF80C9
RGB
CMYK
RGB Variations
Color information
#DF80C9 (or 0xDF80C9) is known color: Orchid. HEX triplet: DF, 80 and C9. RGB value is (223,128,201). Sum of RGB (Red+Green+Blue) = 223+128+201=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80C9 is #207F36. Grayscale: #A4A4A4. Windows color (decimal): -2129719 or 13205727. OLE color: 13205727.
HSL color Cylindrical-coordinate representation of color #DF80C9: hue angle of 313.89º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF80C9 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 201 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.13 |
| HSL | 313.89º | 0.6% | 0.69% | - |
| HSV(B) | 313.89º | 0.43% | 0.87% | - |
| XYZ | 48.69 | 35.34 | 59.51 | - |
| YUV | 164.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 201 | 0 | 0.43 | 0.10 | 0.13 | 313.89 | 0.6 | 0.69 |
| Hex | DF | 80 | C9 | 0 | 2B | A | D | 13A | 3C | 45 |
| Octal | 337 | 200 | 311 | 0 | 53 | 12 | 15 | 472 | 74 | 105 |
| Binary | 11011111 | 10000000 | 11001001 | 0 | 101011 | 1010 | 1101 | 100111010 | 111100 | 1000101 |
Color Harmonies of #DF80C9
Complementary color
Monochromatic Colors of #DF80C9
Black with #DF80C9
Text Example
Text Example
White with #DF80C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80C9; }
p { color: rgb(223,128,201); }
H1.HeaderClassName
{
color: #DF80C9;
}
.AnyTagClassName
{
color: #DF80C9;
}
</style>
background-color css
<style>
a { background-color: #DF80C9; }
a { background-color: rgb(223,128,201); }
div.DivClassName
{
background-color: #DF80C9;
}
.BgClassName
{
background-color: #DF80C9;
}
</style>
border-color css
<style>
span { border-color: #DF80C9; }
span { border-color: rgb(223,128,201); }
td.TdClassName
{
border-color: #DF80C9;
}
.TagClassName
{
border-color: #DF80C9;
}
</style>