Shades of Orchid #DE66DC
Tints of Orchid #DE66DC
RGB
CMYK
RGB Variations
Color information
#DE66DC (or 0xDE66DC) is known color: Orchid. HEX triplet: DE, 66 and DC. RGB value is (222,102,220). Sum of RGB (Red+Green+Blue) = 222+102+220=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DE66DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE66DC is #219923. Grayscale: #969696. Windows color (decimal): -2201892 or 14444254. OLE color: 14444254.
HSL color Cylindrical-coordinate representation of color #DE66DC: hue angle of 301º 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 #DE66DC is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 220 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.13 |
| HSL | 301º | 0.65% | 0.64% | - |
| HSV(B) | 301º | 0.54% | 0.87% | - |
| XYZ | 47.79 | 30.2 | 71.02 | - |
| YUV | 151.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 220 | 0 | 0.54 | 0.01 | 0.13 | 301 | 0.65 | 0.64 |
| Hex | DE | 66 | DC | 0 | 36 | 1 | D | 12D | 41 | 40 |
| Octal | 336 | 146 | 334 | 0 | 66 | 1 | 15 | 455 | 101 | 100 |
| Binary | 11011110 | 1100110 | 11011100 | 0 | 110110 | 1 | 1101 | 100101101 | 1000001 | 1000000 |
Color Harmonies of #DE66DC
Complementary color
Monochromatic Colors of #DE66DC
Black with #DE66DC
Text Example
Text Example
White with #DE66DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE66DC; }
p { color: rgb(222,102,220); }
H1.HeaderClassName
{
color: #DE66DC;
}
.AnyTagClassName
{
color: #DE66DC;
}
</style>
background-color css
<style>
a { background-color: #DE66DC; }
a { background-color: rgb(222,102,220); }
div.DivClassName
{
background-color: #DE66DC;
}
.BgClassName
{
background-color: #DE66DC;
}
</style>
border-color css
<style>
span { border-color: #DE66DC; }
span { border-color: rgb(222,102,220); }
td.TdClassName
{
border-color: #DE66DC;
}
.TagClassName
{
border-color: #DE66DC;
}
</style>