Shades of Orchid #E66FD0
Tints of Orchid #E66FD0
RGB
CMYK
RGB Variations
Color information
#E66FD0 (or 0xE66FD0) is known color: Orchid. HEX triplet: E6, 6F and D0. RGB value is (230,111,208). Sum of RGB (Red+Green+Blue) = 230+111+208=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FD0 is #19902F. Grayscale: #9D9D9D. Windows color (decimal): -1675312 or 13660134. OLE color: 13660134.
HSL color Cylindrical-coordinate representation of color #E66FD0: hue angle of 311.09º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66FD0 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 208 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.10 |
| HSL | 311.09º | 0.7% | 0.67% | - |
| HSV(B) | 311.09º | 0.52% | 0.9% | - |
| XYZ | 49.7 | 32.75 | 63.38 | - |
| YUV | 157.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 208 | 0 | 0.52 | 0.10 | 0.10 | 311.09 | 0.7 | 0.67 |
| Hex | E6 | 6F | D0 | 0 | 34 | A | A | 137 | 46 | 43 |
| Octal | 346 | 157 | 320 | 0 | 64 | 12 | 12 | 467 | 106 | 103 |
| Binary | 11100110 | 1101111 | 11010000 | 0 | 110100 | 1010 | 1010 | 100110111 | 1000110 | 1000011 |
Color Harmonies of #E66FD0
Complementary color
Monochromatic Colors of #E66FD0
Black with #E66FD0
Text Example
Text Example
White with #E66FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FD0; }
p { color: rgb(230,111,208); }
H1.HeaderClassName
{
color: #E66FD0;
}
.AnyTagClassName
{
color: #E66FD0;
}
</style>
background-color css
<style>
a { background-color: #E66FD0; }
a { background-color: rgb(230,111,208); }
div.DivClassName
{
background-color: #E66FD0;
}
.BgClassName
{
background-color: #E66FD0;
}
</style>
border-color css
<style>
span { border-color: #E66FD0; }
span { border-color: rgb(230,111,208); }
td.TdClassName
{
border-color: #E66FD0;
}
.TagClassName
{
border-color: #E66FD0;
}
</style>