Shades of Orchid #DE6BDD
Tints of Orchid #DE6BDD
RGB
CMYK
RGB Variations
Color information
#DE6BDD (or 0xDE6BDD) is known color: Orchid. HEX triplet: DE, 6B and DD. RGB value is (222,107,221). Sum of RGB (Red+Green+Blue) = 222+107+221=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BDD is #219422. Grayscale: #9A9A9A. Windows color (decimal): -2200611 or 14511070. OLE color: 14511070.
HSL color Cylindrical-coordinate representation of color #DE6BDD: hue angle of 300.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6BDD is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 107 | 221 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.13 |
| HSL | 300.52º | 0.64% | 0.65% | - |
| HSV(B) | 300.52º | 0.52% | 0.87% | - |
| XYZ | 48.43 | 31.27 | 71.89 | - |
| YUV | 154.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 107 | 221 | 0 | 0.52 | 0.00 | 0.13 | 300.52 | 0.64 | 0.65 |
| Hex | DE | 6B | DD | 0 | 34 | 0 | D | 12D | 40 | 41 |
| Octal | 336 | 153 | 335 | 0 | 64 | 0 | 15 | 455 | 100 | 101 |
| Binary | 11011110 | 1101011 | 11011101 | 0 | 110100 | 0 | 1101 | 100101101 | 1000000 | 1000001 |
Color Harmonies of #DE6BDD
Complementary color
Monochromatic Colors of #DE6BDD
Black with #DE6BDD
Text Example
Text Example
White with #DE6BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6BDD; }
p { color: rgb(222,107,221); }
H1.HeaderClassName
{
color: #DE6BDD;
}
.AnyTagClassName
{
color: #DE6BDD;
}
</style>
background-color css
<style>
a { background-color: #DE6BDD; }
a { background-color: rgb(222,107,221); }
div.DivClassName
{
background-color: #DE6BDD;
}
.BgClassName
{
background-color: #DE6BDD;
}
</style>
border-color css
<style>
span { border-color: #DE6BDD; }
span { border-color: rgb(222,107,221); }
td.TdClassName
{
border-color: #DE6BDD;
}
.TagClassName
{
border-color: #DE6BDD;
}
</style>