Shades of Orchid #E66AD3
Tints of Orchid #E66AD3
RGB
CMYK
RGB Variations
Color information
#E66AD3 (or 0xE66AD3) is known color: Orchid. HEX triplet: E6, 6A and D3. RGB value is (230,106,211). Sum of RGB (Red+Green+Blue) = 230+106+211=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E66AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66AD3 is #19952C. Grayscale: #9A9A9A. Windows color (decimal): -1676589 or 13855462. OLE color: 13855462.
HSL color Cylindrical-coordinate representation of color #E66AD3: hue angle of 309.19º 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 #E66AD3 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 211 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.10 |
| HSL | 309.19º | 0.71% | 0.66% | - |
| HSV(B) | 309.19º | 0.54% | 0.9% | - |
| XYZ | 49.55 | 31.83 | 65.16 | - |
| YUV | 155.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 211 | 0 | 0.54 | 0.08 | 0.10 | 309.19 | 0.71 | 0.66 |
| Hex | E6 | 6A | D3 | 0 | 36 | 8 | A | 135 | 47 | 42 |
| Octal | 346 | 152 | 323 | 0 | 66 | 10 | 12 | 465 | 107 | 102 |
| Binary | 11100110 | 1101010 | 11010011 | 0 | 110110 | 1000 | 1010 | 100110101 | 1000111 | 1000010 |
Color Harmonies of #E66AD3
Complementary color
Monochromatic Colors of #E66AD3
Black with #E66AD3
Text Example
Text Example
White with #E66AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66AD3; }
p { color: rgb(230,106,211); }
H1.HeaderClassName
{
color: #E66AD3;
}
.AnyTagClassName
{
color: #E66AD3;
}
</style>
background-color css
<style>
a { background-color: #E66AD3; }
a { background-color: rgb(230,106,211); }
div.DivClassName
{
background-color: #E66AD3;
}
.BgClassName
{
background-color: #E66AD3;
}
</style>
border-color css
<style>
span { border-color: #E66AD3; }
span { border-color: rgb(230,106,211); }
td.TdClassName
{
border-color: #E66AD3;
}
.TagClassName
{
border-color: #E66AD3;
}
</style>