Shades of Orchid #DE7DCA
Tints of Orchid #DE7DCA
RGB
CMYK
RGB Variations
Color information
#DE7DCA (or 0xDE7DCA) is known color: Orchid. HEX triplet: DE, 7D and CA. RGB value is (222,125,202). Sum of RGB (Red+Green+Blue) = 222+125+202=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DCA is #218235. Grayscale: #A2A2A2. Windows color (decimal): -2196022 or 13270494. OLE color: 13270494.
HSL color Cylindrical-coordinate representation of color #DE7DCA: hue angle of 312.37º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7DCA is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 125 | 202 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.13 |
| HSL | 312.37º | 0.6% | 0.68% | - |
| HSV(B) | 312.37º | 0.44% | 0.87% | - |
| XYZ | 48.12 | 34.46 | 59.99 | - |
| YUV | 162.78 | 150.14 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 202 | 0 | 0.44 | 0.09 | 0.13 | 312.37 | 0.6 | 0.68 |
| Hex | DE | 7D | CA | 0 | 2C | 9 | D | 138 | 3C | 44 |
| Octal | 336 | 175 | 312 | 0 | 54 | 11 | 15 | 470 | 74 | 104 |
| Binary | 11011110 | 1111101 | 11001010 | 0 | 101100 | 1001 | 1101 | 100111000 | 111100 | 1000100 |
Color Harmonies of #DE7DCA
Complementary color
Monochromatic Colors of #DE7DCA
Black with #DE7DCA
Text Example
Text Example
White with #DE7DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7DCA; }
p { color: rgb(222,125,202); }
H1.HeaderClassName
{
color: #DE7DCA;
}
.AnyTagClassName
{
color: #DE7DCA;
}
</style>
background-color css
<style>
a { background-color: #DE7DCA; }
a { background-color: rgb(222,125,202); }
div.DivClassName
{
background-color: #DE7DCA;
}
.BgClassName
{
background-color: #DE7DCA;
}
</style>
border-color css
<style>
span { border-color: #DE7DCA; }
span { border-color: rgb(222,125,202); }
td.TdClassName
{
border-color: #DE7DCA;
}
.TagClassName
{
border-color: #DE7DCA;
}
</style>