Shades of Orchid #DE89CE
Tints of Orchid #DE89CE
RGB
CMYK
RGB Variations
Color information
#DE89CE (or 0xDE89CE) is known color: Orchid. HEX triplet: DE, 89 and CE. RGB value is (222,137,206). Sum of RGB (Red+Green+Blue) = 222+137+206=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DE89CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE89CE is #217631. Grayscale: #AAAAAA. Windows color (decimal): -2192946 or 13535710. OLE color: 13535710.
HSL color Cylindrical-coordinate representation of color #DE89CE: hue angle of 311.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE89CE is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 137 | 206 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.13 |
| HSL | 311.29º | 0.56% | 0.7% | - |
| HSV(B) | 311.29º | 0.38% | 0.87% | - |
| XYZ | 50.21 | 37.88 | 63.06 | - |
| YUV | 170.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 137 | 206 | 0 | 0.38 | 0.07 | 0.13 | 311.29 | 0.56 | 0.7 |
| Hex | DE | 89 | CE | 0 | 26 | 7 | D | 137 | 38 | 46 |
| Octal | 336 | 211 | 316 | 0 | 46 | 7 | 15 | 467 | 70 | 106 |
| Binary | 11011110 | 10001001 | 11001110 | 0 | 100110 | 111 | 1101 | 100110111 | 111000 | 1000110 |
Color Harmonies of #DE89CE
Complementary color
Monochromatic Colors of #DE89CE
Black with #DE89CE
Text Example
Text Example
White with #DE89CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE89CE; }
p { color: rgb(222,137,206); }
H1.HeaderClassName
{
color: #DE89CE;
}
.AnyTagClassName
{
color: #DE89CE;
}
</style>
background-color css
<style>
a { background-color: #DE89CE; }
a { background-color: rgb(222,137,206); }
div.DivClassName
{
background-color: #DE89CE;
}
.BgClassName
{
background-color: #DE89CE;
}
</style>
border-color css
<style>
span { border-color: #DE89CE; }
span { border-color: rgb(222,137,206); }
td.TdClassName
{
border-color: #DE89CE;
}
.TagClassName
{
border-color: #DE89CE;
}
</style>