Shades of Orchid #DE7ACB
Tints of Orchid #DE7ACB
RGB
CMYK
RGB Variations
Color information
#DE7ACB (or 0xDE7ACB) is known color: Orchid. HEX triplet: DE, 7A and CB. RGB value is (222,122,203). Sum of RGB (Red+Green+Blue) = 222+122+203=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7ACB is #218534. Grayscale: #A0A0A0. Windows color (decimal): -2196789 or 13335262. OLE color: 13335262.
HSL color Cylindrical-coordinate representation of color #DE7ACB: hue angle of 311.4º 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 #DE7ACB is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 203 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.13 |
| HSL | 311.4º | 0.6% | 0.67% | - |
| HSV(B) | 311.4º | 0.45% | 0.87% | - |
| XYZ | 47.86 | 33.76 | 60.49 | - |
| YUV | 161.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 203 | 0 | 0.45 | 0.09 | 0.13 | 311.4 | 0.6 | 0.67 |
| Hex | DE | 7A | CB | 0 | 2D | 9 | D | 137 | 3C | 43 |
| Octal | 336 | 172 | 313 | 0 | 55 | 11 | 15 | 467 | 74 | 103 |
| Binary | 11011110 | 1111010 | 11001011 | 0 | 101101 | 1001 | 1101 | 100110111 | 111100 | 1000011 |
Color Harmonies of #DE7ACB
Complementary color
Monochromatic Colors of #DE7ACB
Black with #DE7ACB
Text Example
Text Example
White with #DE7ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7ACB; }
p { color: rgb(222,122,203); }
H1.HeaderClassName
{
color: #DE7ACB;
}
.AnyTagClassName
{
color: #DE7ACB;
}
</style>
background-color css
<style>
a { background-color: #DE7ACB; }
a { background-color: rgb(222,122,203); }
div.DivClassName
{
background-color: #DE7ACB;
}
.BgClassName
{
background-color: #DE7ACB;
}
</style>
border-color css
<style>
span { border-color: #DE7ACB; }
span { border-color: rgb(222,122,203); }
td.TdClassName
{
border-color: #DE7ACB;
}
.TagClassName
{
border-color: #DE7ACB;
}
</style>