Shades of Orchid #DE80D8
Tints of Orchid #DE80D8
RGB
CMYK
RGB Variations
Color information
#DE80D8 (or 0xDE80D8) is known color: Orchid. HEX triplet: DE, 80 and D8. RGB value is (222,128,216). Sum of RGB (Red+Green+Blue) = 222+128+216=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80D8 is #217F27. Grayscale: #A5A5A5. Windows color (decimal): -2195240 or 14188766. OLE color: 14188766.
HSL color Cylindrical-coordinate representation of color #DE80D8: hue angle of 303.83º 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 #DE80D8 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 216 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.13 |
| HSL | 303.83º | 0.59% | 0.69% | - |
| HSV(B) | 303.83º | 0.42% | 0.87% | - |
| XYZ | 50.24 | 35.93 | 69.25 | - |
| YUV | 166.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 216 | 0 | 0.42 | 0.03 | 0.13 | 303.83 | 0.59 | 0.69 |
| Hex | DE | 80 | D8 | 0 | 2A | 3 | D | 130 | 3B | 45 |
| Octal | 336 | 200 | 330 | 0 | 52 | 3 | 15 | 460 | 73 | 105 |
| Binary | 11011110 | 10000000 | 11011000 | 0 | 101010 | 11 | 1101 | 100110000 | 111011 | 1000101 |
Color Harmonies of #DE80D8
Complementary color
Monochromatic Colors of #DE80D8
Black with #DE80D8
Text Example
Text Example
White with #DE80D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE80D8; }
p { color: rgb(222,128,216); }
H1.HeaderClassName
{
color: #DE80D8;
}
.AnyTagClassName
{
color: #DE80D8;
}
</style>
background-color css
<style>
a { background-color: #DE80D8; }
a { background-color: rgb(222,128,216); }
div.DivClassName
{
background-color: #DE80D8;
}
.BgClassName
{
background-color: #DE80D8;
}
</style>
border-color css
<style>
span { border-color: #DE80D8; }
span { border-color: rgb(222,128,216); }
td.TdClassName
{
border-color: #DE80D8;
}
.TagClassName
{
border-color: #DE80D8;
}
</style>