Shades of Orchid #DE80DB
Tints of Orchid #DE80DB
RGB
CMYK
RGB Variations
Color information
#DE80DB (or 0xDE80DB) is known color: Orchid. HEX triplet: DE, 80 and DB. RGB value is (222,128,219). Sum of RGB (Red+Green+Blue) = 222+128+219=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80DB is #217F24. Grayscale: #A6A6A6. Windows color (decimal): -2195237 or 14385374. OLE color: 14385374.
HSL color Cylindrical-coordinate representation of color #DE80DB: hue angle of 301.91º 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 #DE80DB is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 219 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.13 |
| HSL | 301.91º | 0.59% | 0.69% | - |
| HSV(B) | 301.91º | 0.42% | 0.87% | - |
| XYZ | 50.63 | 36.08 | 71.31 | - |
| YUV | 166.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 219 | 0 | 0.42 | 0.01 | 0.13 | 301.91 | 0.59 | 0.69 |
| Hex | DE | 80 | DB | 0 | 2A | 1 | D | 12E | 3B | 45 |
| Octal | 336 | 200 | 333 | 0 | 52 | 1 | 15 | 456 | 73 | 105 |
| Binary | 11011110 | 10000000 | 11011011 | 0 | 101010 | 1 | 1101 | 100101110 | 111011 | 1000101 |
Color Harmonies of #DE80DB
Complementary color
Monochromatic Colors of #DE80DB
Black with #DE80DB
Text Example
Text Example
White with #DE80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE80DB; }
p { color: rgb(222,128,219); }
H1.HeaderClassName
{
color: #DE80DB;
}
.AnyTagClassName
{
color: #DE80DB;
}
</style>
background-color css
<style>
a { background-color: #DE80DB; }
a { background-color: rgb(222,128,219); }
div.DivClassName
{
background-color: #DE80DB;
}
.BgClassName
{
background-color: #DE80DB;
}
</style>
border-color css
<style>
span { border-color: #DE80DB; }
span { border-color: rgb(222,128,219); }
td.TdClassName
{
border-color: #DE80DB;
}
.TagClassName
{
border-color: #DE80DB;
}
</style>