Shades of Orchid #DE66EA
Tints of Orchid #DE66EA
RGB
CMYK
RGB Variations
Color information
#DE66EA (or 0xDE66EA) is known color: Orchid. HEX triplet: DE, 66 and EA. RGB value is (222,102,234). Sum of RGB (Red+Green+Blue) = 222+102+234=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE66EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE66EA is #219915. Grayscale: #989898. Windows color (decimal): -2201878 or 15361758. OLE color: 15361758.
HSL color Cylindrical-coordinate representation of color #DE66EA: hue angle of 294.55º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE66EA is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 102 | 234 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.08 |
| HSL | 294.55º | 0.76% | 0.66% | - |
| HSV(B) | 294.55º | 0.56% | 0.92% | - |
| XYZ | 49.73 | 30.97 | 81.2 | - |
| YUV | 152.93 | 173.76 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 234 | 0.05 | 0.56 | 0 | 0.08 | 294.55 | 0.76 | 0.66 |
| Hex | DE | 66 | EA | 5 | 38 | 0 | 8 | 127 | 4C | 42 |
| Octal | 336 | 146 | 352 | 5 | 70 | 0 | 10 | 447 | 114 | 102 |
| Binary | 11011110 | 1100110 | 11101010 | 101 | 111000 | 0 | 1000 | 100100111 | 1001100 | 1000010 |
Color Harmonies of #DE66EA
Complementary color
Monochromatic Colors of #DE66EA
Black with #DE66EA
Text Example
Text Example
White with #DE66EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE66EA; }
p { color: rgb(222,102,234); }
H1.HeaderClassName
{
color: #DE66EA;
}
.AnyTagClassName
{
color: #DE66EA;
}
</style>
background-color css
<style>
a { background-color: #DE66EA; }
a { background-color: rgb(222,102,234); }
div.DivClassName
{
background-color: #DE66EA;
}
.BgClassName
{
background-color: #DE66EA;
}
</style>
border-color css
<style>
span { border-color: #DE66EA; }
span { border-color: rgb(222,102,234); }
td.TdClassName
{
border-color: #DE66EA;
}
.TagClassName
{
border-color: #DE66EA;
}
</style>