Shades of Orchid #DE6DCA
Tints of Orchid #DE6DCA
RGB
CMYK
RGB Variations
Color information
#DE6DCA (or 0xDE6DCA) is known color: Orchid. HEX triplet: DE, 6D and CA. RGB value is (222,109,202). Sum of RGB (Red+Green+Blue) = 222+109+202=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6DCA is #219235. Grayscale: #999999. Windows color (decimal): -2200118 or 13266398. OLE color: 13266398.
HSL color Cylindrical-coordinate representation of color #DE6DCA: hue angle of 310.62º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE6DCA is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 202 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.13 |
| HSL | 310.62º | 0.63% | 0.65% | - |
| HSV(B) | 310.62º | 0.51% | 0.87% | - |
| XYZ | 46.25 | 30.73 | 59.37 | - |
| YUV | 153.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 202 | 0 | 0.51 | 0.09 | 0.13 | 310.62 | 0.63 | 0.65 |
| Hex | DE | 6D | CA | 0 | 33 | 9 | D | 137 | 3F | 41 |
| Octal | 336 | 155 | 312 | 0 | 63 | 11 | 15 | 467 | 77 | 101 |
| Binary | 11011110 | 1101101 | 11001010 | 0 | 110011 | 1001 | 1101 | 100110111 | 111111 | 1000001 |
Color Harmonies of #DE6DCA
Complementary color
Monochromatic Colors of #DE6DCA
Black with #DE6DCA
Text Example
Text Example
White with #DE6DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6DCA; }
p { color: rgb(222,109,202); }
H1.HeaderClassName
{
color: #DE6DCA;
}
.AnyTagClassName
{
color: #DE6DCA;
}
</style>
background-color css
<style>
a { background-color: #DE6DCA; }
a { background-color: rgb(222,109,202); }
div.DivClassName
{
background-color: #DE6DCA;
}
.BgClassName
{
background-color: #DE6DCA;
}
</style>
border-color css
<style>
span { border-color: #DE6DCA; }
span { border-color: rgb(222,109,202); }
td.TdClassName
{
border-color: #DE6DCA;
}
.TagClassName
{
border-color: #DE6DCA;
}
</style>