Shades of Orchid #DF80D7
Tints of Orchid #DF80D7
RGB
CMYK
RGB Variations
Color information
#DF80D7 (or 0xDF80D7) is known color: Orchid. HEX triplet: DF, 80 and D7. RGB value is (223,128,215). Sum of RGB (Red+Green+Blue) = 223+128+215=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80D7 is #207F28. Grayscale: #A6A6A6. Windows color (decimal): -2129705 or 14123231. OLE color: 14123231.
HSL color Cylindrical-coordinate representation of color #DF80D7: hue angle of 305.05º 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 #DF80D7 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 215 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.13 |
| HSL | 305.05º | 0.6% | 0.69% | - |
| HSV(B) | 305.05º | 0.43% | 0.87% | - |
| XYZ | 50.42 | 36.03 | 68.59 | - |
| YUV | 166.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 215 | 0 | 0.43 | 0.04 | 0.13 | 305.05 | 0.6 | 0.69 |
| Hex | DF | 80 | D7 | 0 | 2B | 4 | D | 131 | 3C | 45 |
| Octal | 337 | 200 | 327 | 0 | 53 | 4 | 15 | 461 | 74 | 105 |
| Binary | 11011111 | 10000000 | 11010111 | 0 | 101011 | 100 | 1101 | 100110001 | 111100 | 1000101 |
Color Harmonies of #DF80D7
Complementary color
Monochromatic Colors of #DF80D7
Black with #DF80D7
Text Example
Text Example
White with #DF80D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80D7; }
p { color: rgb(223,128,215); }
H1.HeaderClassName
{
color: #DF80D7;
}
.AnyTagClassName
{
color: #DF80D7;
}
</style>
background-color css
<style>
a { background-color: #DF80D7; }
a { background-color: rgb(223,128,215); }
div.DivClassName
{
background-color: #DF80D7;
}
.BgClassName
{
background-color: #DF80D7;
}
</style>
border-color css
<style>
span { border-color: #DF80D7; }
span { border-color: rgb(223,128,215); }
td.TdClassName
{
border-color: #DF80D7;
}
.TagClassName
{
border-color: #DF80D7;
}
</style>