Shades of Orchid #DE6AD0
Tints of Orchid #DE6AD0
RGB
CMYK
RGB Variations
Color information
#DE6AD0 (or 0xDE6AD0) is known color: Orchid. HEX triplet: DE, 6A and D0. RGB value is (222,106,208). Sum of RGB (Red+Green+Blue) = 222+106+208=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6AD0 is #21952F. Grayscale: #989898. Windows color (decimal): -2200880 or 13658846. OLE color: 13658846.
HSL color Cylindrical-coordinate representation of color #DE6AD0: hue angle of 307.24º 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 #DE6AD0 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 106 | 208 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.13 |
| HSL | 307.24º | 0.64% | 0.64% | - |
| HSV(B) | 307.24º | 0.52% | 0.87% | - |
| XYZ | 46.66 | 30.39 | 63.08 | - |
| YUV | 152.31 | 159.43 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 106 | 208 | 0 | 0.52 | 0.06 | 0.13 | 307.24 | 0.64 | 0.64 |
| Hex | DE | 6A | D0 | 0 | 34 | 6 | D | 133 | 40 | 40 |
| Octal | 336 | 152 | 320 | 0 | 64 | 6 | 15 | 463 | 100 | 100 |
| Binary | 11011110 | 1101010 | 11010000 | 0 | 110100 | 110 | 1101 | 100110011 | 1000000 | 1000000 |
Color Harmonies of #DE6AD0
Complementary color
Monochromatic Colors of #DE6AD0
Black with #DE6AD0
Text Example
Text Example
White with #DE6AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6AD0; }
p { color: rgb(222,106,208); }
H1.HeaderClassName
{
color: #DE6AD0;
}
.AnyTagClassName
{
color: #DE6AD0;
}
</style>
background-color css
<style>
a { background-color: #DE6AD0; }
a { background-color: rgb(222,106,208); }
div.DivClassName
{
background-color: #DE6AD0;
}
.BgClassName
{
background-color: #DE6AD0;
}
</style>
border-color css
<style>
span { border-color: #DE6AD0; }
span { border-color: rgb(222,106,208); }
td.TdClassName
{
border-color: #DE6AD0;
}
.TagClassName
{
border-color: #DE6AD0;
}
</style>