Shades of Orchid #DE7AC8
Tints of Orchid #DE7AC8
RGB
CMYK
RGB Variations
Color information
#DE7AC8 (or 0xDE7AC8) is known color: Orchid. HEX triplet: DE, 7A and C8. RGB value is (222,122,200). Sum of RGB (Red+Green+Blue) = 222+122+200=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7AC8 is #218537. Grayscale: #A0A0A0. Windows color (decimal): -2196792 or 13138654. OLE color: 13138654.
HSL color Cylindrical-coordinate representation of color #DE7AC8: hue angle of 313.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7AC8 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 200 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.13 |
| HSL | 313.2º | 0.6% | 0.67% | - |
| HSV(B) | 313.2º | 0.45% | 0.87% | - |
| XYZ | 47.51 | 33.62 | 58.63 | - |
| YUV | 160.79 | 150.13 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 200 | 0 | 0.45 | 0.10 | 0.13 | 313.2 | 0.6 | 0.67 |
| Hex | DE | 7A | C8 | 0 | 2D | A | D | 139 | 3C | 43 |
| Octal | 336 | 172 | 310 | 0 | 55 | 12 | 15 | 471 | 74 | 103 |
| Binary | 11011110 | 1111010 | 11001000 | 0 | 101101 | 1010 | 1101 | 100111001 | 111100 | 1000011 |
Color Harmonies of #DE7AC8
Complementary color
Monochromatic Colors of #DE7AC8
Black with #DE7AC8
Text Example
Text Example
White with #DE7AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7AC8; }
p { color: rgb(222,122,200); }
H1.HeaderClassName
{
color: #DE7AC8;
}
.AnyTagClassName
{
color: #DE7AC8;
}
</style>
background-color css
<style>
a { background-color: #DE7AC8; }
a { background-color: rgb(222,122,200); }
div.DivClassName
{
background-color: #DE7AC8;
}
.BgClassName
{
background-color: #DE7AC8;
}
</style>
border-color css
<style>
span { border-color: #DE7AC8; }
span { border-color: rgb(222,122,200); }
td.TdClassName
{
border-color: #DE7AC8;
}
.TagClassName
{
border-color: #DE7AC8;
}
</style>