Shades of Orchid #E66ACF
Tints of Orchid #E66ACF
RGB
CMYK
RGB Variations
Color information
#E66ACF (or 0xE66ACF) is known color: Orchid. HEX triplet: E6, 6A and CF. RGB value is (230,106,207). Sum of RGB (Red+Green+Blue) = 230+106+207=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E66ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66ACF is #199530. Grayscale: #9A9A9A. Windows color (decimal): -1676593 or 13593318. OLE color: 13593318.
HSL color Cylindrical-coordinate representation of color #E66ACF: hue angle of 311.13º 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 #E66ACF is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 207 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.10 |
| HSL | 311.13º | 0.71% | 0.66% | - |
| HSV(B) | 311.13º | 0.54% | 0.9% | - |
| XYZ | 49.05 | 31.64 | 62.55 | - |
| YUV | 154.59 | 157.58 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 207 | 0 | 0.54 | 0.10 | 0.10 | 311.13 | 0.71 | 0.66 |
| Hex | E6 | 6A | CF | 0 | 36 | A | A | 137 | 47 | 42 |
| Octal | 346 | 152 | 317 | 0 | 66 | 12 | 12 | 467 | 107 | 102 |
| Binary | 11100110 | 1101010 | 11001111 | 0 | 110110 | 1010 | 1010 | 100110111 | 1000111 | 1000010 |
Color Harmonies of #E66ACF
Complementary color
Monochromatic Colors of #E66ACF
Black with #E66ACF
Text Example
Text Example
White with #E66ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66ACF; }
p { color: rgb(230,106,207); }
H1.HeaderClassName
{
color: #E66ACF;
}
.AnyTagClassName
{
color: #E66ACF;
}
</style>
background-color css
<style>
a { background-color: #E66ACF; }
a { background-color: rgb(230,106,207); }
div.DivClassName
{
background-color: #E66ACF;
}
.BgClassName
{
background-color: #E66ACF;
}
</style>
border-color css
<style>
span { border-color: #E66ACF; }
span { border-color: rgb(230,106,207); }
td.TdClassName
{
border-color: #E66ACF;
}
.TagClassName
{
border-color: #E66ACF;
}
</style>