Shades of Orchid #E66BE3
Tints of Orchid #E66BE3
RGB
CMYK
RGB Variations
Color information
#E66BE3 (or 0xE66BE3) is known color: Orchid. HEX triplet: E6, 6B and E3. RGB value is (230,107,227). Sum of RGB (Red+Green+Blue) = 230+107+227=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 107 (42.19% from 255 or 18.97% from 564); Blue value is 227 (89.06% from 255 or 40.25% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66BE3 is #19941C. Grayscale: #9D9D9D. Windows color (decimal): -1676317 or 14904294. OLE color: 14904294.
HSL color Cylindrical-coordinate representation of color #E66BE3: hue angle of 301.46º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66BE3 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 227 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.10 |
| HSL | 301.46º | 0.71% | 0.66% | - |
| HSV(B) | 301.46º | 0.53% | 0.9% | - |
| XYZ | 51.76 | 32.88 | 76.29 | - |
| YUV | 157.46 | 167.25 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 227 | 0 | 0.53 | 0.01 | 0.10 | 301.46 | 0.71 | 0.66 |
| Hex | E6 | 6B | E3 | 0 | 35 | 1 | A | 12D | 47 | 42 |
| Octal | 346 | 153 | 343 | 0 | 65 | 1 | 12 | 455 | 107 | 102 |
| Binary | 11100110 | 1101011 | 11100011 | 0 | 110101 | 1 | 1010 | 100101101 | 1000111 | 1000010 |
Color Harmonies of #E66BE3
Complementary color
Monochromatic Colors of #E66BE3
Black with #E66BE3
Text Example
Text Example
White with #E66BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66BE3; }
p { color: rgb(230,107,227); }
H1.HeaderClassName
{
color: #E66BE3;
}
.AnyTagClassName
{
color: #E66BE3;
}
</style>
background-color css
<style>
a { background-color: #E66BE3; }
a { background-color: rgb(230,107,227); }
div.DivClassName
{
background-color: #E66BE3;
}
.BgClassName
{
background-color: #E66BE3;
}
</style>
border-color css
<style>
span { border-color: #E66BE3; }
span { border-color: rgb(230,107,227); }
td.TdClassName
{
border-color: #E66BE3;
}
.TagClassName
{
border-color: #E66BE3;
}
</style>