Shades of Orchid #DE66E8
Tints of Orchid #DE66E8
RGB
CMYK
RGB Variations
Color information
#DE66E8 (or 0xDE66E8) is known color: Orchid. HEX triplet: DE, 66 and E8. RGB value is (222,102,232). Sum of RGB (Red+Green+Blue) = 222+102+232=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 102 (40.23% from 255 or 18.35% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #DE66E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE66E8 is #219917. Grayscale: #989898. Windows color (decimal): -2201880 or 15230686. OLE color: 15230686.
HSL color Cylindrical-coordinate representation of color #DE66E8: hue angle of 295.38º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE66E8 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 102 | 232 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.09 |
| HSL | 295.38º | 0.74% | 0.65% | - |
| HSV(B) | 295.38º | 0.56% | 0.91% | - |
| XYZ | 49.44 | 30.86 | 79.69 | - |
| YUV | 152.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 232 | 0.04 | 0.56 | 0 | 0.09 | 295.38 | 0.74 | 0.65 |
| Hex | DE | 66 | E8 | 4 | 38 | 0 | 9 | 127 | 4A | 41 |
| Octal | 336 | 146 | 350 | 4 | 70 | 0 | 11 | 447 | 112 | 101 |
| Binary | 11011110 | 1100110 | 11101000 | 100 | 111000 | 0 | 1001 | 100100111 | 1001010 | 1000001 |
Color Harmonies of #DE66E8
Complementary color
Monochromatic Colors of #DE66E8
Black with #DE66E8
Text Example
Text Example
White with #DE66E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE66E8; }
p { color: rgb(222,102,232); }
H1.HeaderClassName
{
color: #DE66E8;
}
.AnyTagClassName
{
color: #DE66E8;
}
</style>
background-color css
<style>
a { background-color: #DE66E8; }
a { background-color: rgb(222,102,232); }
div.DivClassName
{
background-color: #DE66E8;
}
.BgClassName
{
background-color: #DE66E8;
}
</style>
border-color css
<style>
span { border-color: #DE66E8; }
span { border-color: rgb(222,102,232); }
td.TdClassName
{
border-color: #DE66E8;
}
.TagClassName
{
border-color: #DE66E8;
}
</style>