Shades of Orchid #DE6DC2
Tints of Orchid #DE6DC2
RGB
CMYK
RGB Variations
Color information
#DE6DC2 (or 0xDE6DC2) is known color: Orchid. HEX triplet: DE, 6D and C2. RGB value is (222,109,194). Sum of RGB (Red+Green+Blue) = 222+109+194=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6DC2 is #21923D. Grayscale: #989898. Windows color (decimal): -2200126 or 12742110. OLE color: 12742110.
HSL color Cylindrical-coordinate representation of color #DE6DC2: hue angle of 314.87º 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 #DE6DC2 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 194 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.13 |
| HSL | 314.87º | 0.63% | 0.65% | - |
| HSV(B) | 314.87º | 0.51% | 0.87% | - |
| XYZ | 45.33 | 30.36 | 54.51 | - |
| YUV | 152.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 194 | 0 | 0.51 | 0.13 | 0.13 | 314.87 | 0.63 | 0.65 |
| Hex | DE | 6D | C2 | 0 | 33 | D | D | 13B | 3F | 41 |
| Octal | 336 | 155 | 302 | 0 | 63 | 15 | 15 | 473 | 77 | 101 |
| Binary | 11011110 | 1101101 | 11000010 | 0 | 110011 | 1101 | 1101 | 100111011 | 111111 | 1000001 |
Color Harmonies of #DE6DC2
Complementary color
Monochromatic Colors of #DE6DC2
Black with #DE6DC2
Text Example
Text Example
White with #DE6DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6DC2; }
p { color: rgb(222,109,194); }
H1.HeaderClassName
{
color: #DE6DC2;
}
.AnyTagClassName
{
color: #DE6DC2;
}
</style>
background-color css
<style>
a { background-color: #DE6DC2; }
a { background-color: rgb(222,109,194); }
div.DivClassName
{
background-color: #DE6DC2;
}
.BgClassName
{
background-color: #DE6DC2;
}
</style>
border-color css
<style>
span { border-color: #DE6DC2; }
span { border-color: rgb(222,109,194); }
td.TdClassName
{
border-color: #DE6DC2;
}
.TagClassName
{
border-color: #DE6DC2;
}
</style>