Shades of Orchid #DE66DE
Tints of Orchid #DE66DE
RGB
CMYK
RGB Variations
Color information
#DE66DE (or 0xDE66DE) is known color: Orchid. HEX triplet: DE, 66 and DE. RGB value is (222,102,222). Sum of RGB (Red+Green+Blue) = 222+102+222=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE66DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE66DE is #219921. Grayscale: #979797. Windows color (decimal): -2201890 or 14575326. OLE color: 14575326.
HSL color Cylindrical-coordinate representation of color #DE66DE: hue angle of 300º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE66DE is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 222 | - |
| CMYK | 0 | 0.54 | 0 | 0.13 |
| HSL | 300º | 0.65% | 0.64% | - |
| HSV(B) | 300º | 0.54% | 0.87% | - |
| XYZ | 48.06 | 30.31 | 72.42 | - |
| YUV | 151.56 | 167.76 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 222 | 0 | 0.54 | 0 | 0.13 | 300 | 0.65 | 0.64 |
| Hex | DE | 66 | DE | 0 | 36 | 0 | D | 12C | 41 | 40 |
| Octal | 336 | 146 | 336 | 0 | 66 | 0 | 15 | 454 | 101 | 100 |
| Binary | 11011110 | 1100110 | 11011110 | 0 | 110110 | 0 | 1101 | 100101100 | 1000001 | 1000000 |
Color Harmonies of #DE66DE
Complementary color
Monochromatic Colors of #DE66DE
Black with #DE66DE
Text Example
Text Example
White with #DE66DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE66DE; }
p { color: rgb(222,102,222); }
H1.HeaderClassName
{
color: #DE66DE;
}
.AnyTagClassName
{
color: #DE66DE;
}
</style>
background-color css
<style>
a { background-color: #DE66DE; }
a { background-color: rgb(222,102,222); }
div.DivClassName
{
background-color: #DE66DE;
}
.BgClassName
{
background-color: #DE66DE;
}
</style>
border-color css
<style>
span { border-color: #DE66DE; }
span { border-color: rgb(222,102,222); }
td.TdClassName
{
border-color: #DE66DE;
}
.TagClassName
{
border-color: #DE66DE;
}
</style>