Shades of Orchid #DF80DA
Tints of Orchid #DF80DA
RGB
CMYK
RGB Variations
Color information
#DF80DA (or 0xDF80DA) is known color: Orchid. HEX triplet: DF, 80 and DA. RGB value is (223,128,218). Sum of RGB (Red+Green+Blue) = 223+128+218=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80DA is #207F25. Grayscale: #A6A6A6. Windows color (decimal): -2129702 or 14319839. OLE color: 14319839.
HSL color Cylindrical-coordinate representation of color #DF80DA: hue angle of 303.16º 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 #DF80DA is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 218 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.13 |
| HSL | 303.16º | 0.6% | 0.69% | - |
| HSV(B) | 303.16º | 0.43% | 0.87% | - |
| XYZ | 50.81 | 36.19 | 70.64 | - |
| YUV | 166.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 218 | 0 | 0.43 | 0.02 | 0.13 | 303.16 | 0.6 | 0.69 |
| Hex | DF | 80 | DA | 0 | 2B | 2 | D | 12F | 3C | 45 |
| Octal | 337 | 200 | 332 | 0 | 53 | 2 | 15 | 457 | 74 | 105 |
| Binary | 11011111 | 10000000 | 11011010 | 0 | 101011 | 10 | 1101 | 100101111 | 111100 | 1000101 |
Color Harmonies of #DF80DA
Complementary color
Monochromatic Colors of #DF80DA
Black with #DF80DA
Text Example
Text Example
White with #DF80DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80DA; }
p { color: rgb(223,128,218); }
H1.HeaderClassName
{
color: #DF80DA;
}
.AnyTagClassName
{
color: #DF80DA;
}
</style>
background-color css
<style>
a { background-color: #DF80DA; }
a { background-color: rgb(223,128,218); }
div.DivClassName
{
background-color: #DF80DA;
}
.BgClassName
{
background-color: #DF80DA;
}
</style>
border-color css
<style>
span { border-color: #DF80DA; }
span { border-color: rgb(223,128,218); }
td.TdClassName
{
border-color: #DF80DA;
}
.TagClassName
{
border-color: #DF80DA;
}
</style>