Shades of Orchid #DE81DA
Tints of Orchid #DE81DA
RGB
CMYK
RGB Variations
Color information
#DE81DA (or 0xDE81DA) is known color: Orchid. HEX triplet: DE, 81 and DA. RGB value is (222,129,218). Sum of RGB (Red+Green+Blue) = 222+129+218=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81DA is #217E25. Grayscale: #A6A6A6. Windows color (decimal): -2194982 or 14320094. OLE color: 14320094.
HSL color Cylindrical-coordinate representation of color #DE81DA: hue angle of 302.58º degrees, saturation: 0.58, 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 #DE81DA is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 129 | 218 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.13 |
| HSL | 302.58º | 0.58% | 0.69% | - |
| HSV(B) | 302.58º | 0.42% | 0.87% | - |
| XYZ | 50.63 | 36.29 | 70.67 | - |
| YUV | 166.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 218 | 0 | 0.42 | 0.02 | 0.13 | 302.58 | 0.58 | 0.69 |
| Hex | DE | 81 | DA | 0 | 2A | 2 | D | 12F | 3A | 45 |
| Octal | 336 | 201 | 332 | 0 | 52 | 2 | 15 | 457 | 72 | 105 |
| Binary | 11011110 | 10000001 | 11011010 | 0 | 101010 | 10 | 1101 | 100101111 | 111010 | 1000101 |
Color Harmonies of #DE81DA
Complementary color
Monochromatic Colors of #DE81DA
Black with #DE81DA
Text Example
Text Example
White with #DE81DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE81DA; }
p { color: rgb(222,129,218); }
H1.HeaderClassName
{
color: #DE81DA;
}
.AnyTagClassName
{
color: #DE81DA;
}
</style>
background-color css
<style>
a { background-color: #DE81DA; }
a { background-color: rgb(222,129,218); }
div.DivClassName
{
background-color: #DE81DA;
}
.BgClassName
{
background-color: #DE81DA;
}
</style>
border-color css
<style>
span { border-color: #DE81DA; }
span { border-color: rgb(222,129,218); }
td.TdClassName
{
border-color: #DE81DA;
}
.TagClassName
{
border-color: #DE81DA;
}
</style>