Shades of Orchid #DE80D3
Tints of Orchid #DE80D3
RGB
CMYK
RGB Variations
Color information
#DE80D3 (or 0xDE80D3) is known color: Orchid. HEX triplet: DE, 80 and D3. RGB value is (222,128,211). Sum of RGB (Red+Green+Blue) = 222+128+211=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80D3 is #217F2C. Grayscale: #A5A5A5. Windows color (decimal): -2195245 or 13861086. OLE color: 13861086.
HSL color Cylindrical-coordinate representation of color #DE80D3: hue angle of 307.02º 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 #DE80D3 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 211 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.13 |
| HSL | 307.02º | 0.59% | 0.69% | - |
| HSV(B) | 307.02º | 0.42% | 0.87% | - |
| XYZ | 49.6 | 35.67 | 65.9 | - |
| YUV | 165.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 211 | 0 | 0.42 | 0.05 | 0.13 | 307.02 | 0.59 | 0.69 |
| Hex | DE | 80 | D3 | 0 | 2A | 5 | D | 133 | 3B | 45 |
| Octal | 336 | 200 | 323 | 0 | 52 | 5 | 15 | 463 | 73 | 105 |
| Binary | 11011110 | 10000000 | 11010011 | 0 | 101010 | 101 | 1101 | 100110011 | 111011 | 1000101 |
Color Harmonies of #DE80D3
Complementary color
Monochromatic Colors of #DE80D3
Black with #DE80D3
Text Example
Text Example
White with #DE80D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE80D3; }
p { color: rgb(222,128,211); }
H1.HeaderClassName
{
color: #DE80D3;
}
.AnyTagClassName
{
color: #DE80D3;
}
</style>
background-color css
<style>
a { background-color: #DE80D3; }
a { background-color: rgb(222,128,211); }
div.DivClassName
{
background-color: #DE80D3;
}
.BgClassName
{
background-color: #DE80D3;
}
</style>
border-color css
<style>
span { border-color: #DE80D3; }
span { border-color: rgb(222,128,211); }
td.TdClassName
{
border-color: #DE80D3;
}
.TagClassName
{
border-color: #DE80D3;
}
</style>