Shades of Orchid #DE6ADC
Tints of Orchid #DE6ADC
RGB
CMYK
RGB Variations
Color information
#DE6ADC (or 0xDE6ADC) is known color: Orchid. HEX triplet: DE, 6A and DC. RGB value is (222,106,220). Sum of RGB (Red+Green+Blue) = 222+106+220=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ADC is #219523. Grayscale: #999999. Windows color (decimal): -2200868 or 14445278. OLE color: 14445278.
HSL color Cylindrical-coordinate representation of color #DE6ADC: hue angle of 301.03º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6ADC is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 106 | 220 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.13 |
| HSL | 301.03º | 0.64% | 0.64% | - |
| HSV(B) | 301.03º | 0.52% | 0.87% | - |
| XYZ | 48.2 | 31 | 71.15 | - |
| YUV | 153.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 106 | 220 | 0 | 0.52 | 0.01 | 0.13 | 301.03 | 0.64 | 0.64 |
| Hex | DE | 6A | DC | 0 | 34 | 1 | D | 12D | 40 | 40 |
| Octal | 336 | 152 | 334 | 0 | 64 | 1 | 15 | 455 | 100 | 100 |
| Binary | 11011110 | 1101010 | 11011100 | 0 | 110100 | 1 | 1101 | 100101101 | 1000000 | 1000000 |
Color Harmonies of #DE6ADC
Complementary color
Monochromatic Colors of #DE6ADC
Black with #DE6ADC
Text Example
Text Example
White with #DE6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6ADC; }
p { color: rgb(222,106,220); }
H1.HeaderClassName
{
color: #DE6ADC;
}
.AnyTagClassName
{
color: #DE6ADC;
}
</style>
background-color css
<style>
a { background-color: #DE6ADC; }
a { background-color: rgb(222,106,220); }
div.DivClassName
{
background-color: #DE6ADC;
}
.BgClassName
{
background-color: #DE6ADC;
}
</style>
border-color css
<style>
span { border-color: #DE6ADC; }
span { border-color: rgb(222,106,220); }
td.TdClassName
{
border-color: #DE6ADC;
}
.TagClassName
{
border-color: #DE6ADC;
}
</style>