Shades of Orchid #DE73C2
Tints of Orchid #DE73C2
RGB
CMYK
RGB Variations
Color information
#DE73C2 (or 0xDE73C2) is known color: Orchid. HEX triplet: DE, 73 and C2. RGB value is (222,115,194). Sum of RGB (Red+Green+Blue) = 222+115+194=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DE73C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE73C2 is #218C3D. Grayscale: #9B9B9B. Windows color (decimal): -2198590 or 12743646. OLE color: 12743646.
HSL color Cylindrical-coordinate representation of color #DE73C2: hue angle of 315.7º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE73C2 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 115 | 194 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.13 |
| HSL | 315.7º | 0.62% | 0.66% | - |
| HSV(B) | 315.7º | 0.48% | 0.87% | - |
| XYZ | 45.99 | 31.69 | 54.73 | - |
| YUV | 156 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 115 | 194 | 0 | 0.48 | 0.13 | 0.13 | 315.7 | 0.62 | 0.66 |
| Hex | DE | 73 | C2 | 0 | 30 | D | D | 13C | 3E | 42 |
| Octal | 336 | 163 | 302 | 0 | 60 | 15 | 15 | 474 | 76 | 102 |
| Binary | 11011110 | 1110011 | 11000010 | 0 | 110000 | 1101 | 1101 | 100111100 | 111110 | 1000010 |
Color Harmonies of #DE73C2
Complementary color
Monochromatic Colors of #DE73C2
Black with #DE73C2
Text Example
Text Example
White with #DE73C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE73C2; }
p { color: rgb(222,115,194); }
H1.HeaderClassName
{
color: #DE73C2;
}
.AnyTagClassName
{
color: #DE73C2;
}
</style>
background-color css
<style>
a { background-color: #DE73C2; }
a { background-color: rgb(222,115,194); }
div.DivClassName
{
background-color: #DE73C2;
}
.BgClassName
{
background-color: #DE73C2;
}
</style>
border-color css
<style>
span { border-color: #DE73C2; }
span { border-color: rgb(222,115,194); }
td.TdClassName
{
border-color: #DE73C2;
}
.TagClassName
{
border-color: #DE73C2;
}
</style>