Shades of Orchid #E66AD7
Tints of Orchid #E66AD7
RGB
CMYK
RGB Variations
Color information
#E66AD7 (or 0xE66AD7) is known color: Orchid. HEX triplet: E6, 6A and D7. RGB value is (230,106,215). Sum of RGB (Red+Green+Blue) = 230+106+215=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E66AD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66AD7 is #199528. Grayscale: #9B9B9B. Windows color (decimal): -1676585 or 14117606. OLE color: 14117606.
HSL color Cylindrical-coordinate representation of color #E66AD7: hue angle of 307.26º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66AD7 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 215 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.10 |
| HSL | 307.26º | 0.71% | 0.66% | - |
| HSV(B) | 307.26º | 0.54% | 0.9% | - |
| XYZ | 50.05 | 32.04 | 67.84 | - |
| YUV | 155.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 215 | 0 | 0.54 | 0.07 | 0.10 | 307.26 | 0.71 | 0.66 |
| Hex | E6 | 6A | D7 | 0 | 36 | 7 | A | 133 | 47 | 42 |
| Octal | 346 | 152 | 327 | 0 | 66 | 7 | 12 | 463 | 107 | 102 |
| Binary | 11100110 | 1101010 | 11010111 | 0 | 110110 | 111 | 1010 | 100110011 | 1000111 | 1000010 |
Color Harmonies of #E66AD7
Complementary color
Monochromatic Colors of #E66AD7
Black with #E66AD7
Text Example
Text Example
White with #E66AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66AD7; }
p { color: rgb(230,106,215); }
H1.HeaderClassName
{
color: #E66AD7;
}
.AnyTagClassName
{
color: #E66AD7;
}
</style>
background-color css
<style>
a { background-color: #E66AD7; }
a { background-color: rgb(230,106,215); }
div.DivClassName
{
background-color: #E66AD7;
}
.BgClassName
{
background-color: #E66AD7;
}
</style>
border-color css
<style>
span { border-color: #E66AD7; }
span { border-color: rgb(230,106,215); }
td.TdClassName
{
border-color: #E66AD7;
}
.TagClassName
{
border-color: #E66AD7;
}
</style>