Shades of Orchid #E679E0
Tints of Orchid #E679E0
RGB
CMYK
RGB Variations
Color information
#E679E0 (or 0xE679E0) is known color: Orchid. HEX triplet: E6, 79 and E0. RGB value is (230,121,224). Sum of RGB (Red+Green+Blue) = 230+121+224=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 121 (47.66% from 255 or 21.04% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E679E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679E0 is #19861F. Grayscale: #A5A5A5. Windows color (decimal): -1672736 or 14711270. OLE color: 14711270.
HSL color Cylindrical-coordinate representation of color #E679E0: hue angle of 303.3º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E679E0 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 121 | 224 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.10 |
| HSL | 303.3º | 0.69% | 0.69% | - |
| HSV(B) | 303.3º | 0.47% | 0.9% | - |
| XYZ | 52.93 | 35.88 | 74.66 | - |
| YUV | 165.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 121 | 224 | 0 | 0.47 | 0.03 | 0.10 | 303.3 | 0.69 | 0.69 |
| Hex | E6 | 79 | E0 | 0 | 2F | 3 | A | 12F | 45 | 45 |
| Octal | 346 | 171 | 340 | 0 | 57 | 3 | 12 | 457 | 105 | 105 |
| Binary | 11100110 | 1111001 | 11100000 | 0 | 101111 | 11 | 1010 | 100101111 | 1000101 | 1000101 |
Color Harmonies of #E679E0
Complementary color
Monochromatic Colors of #E679E0
Black with #E679E0
Text Example
Text Example
White with #E679E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E679E0; }
p { color: rgb(230,121,224); }
H1.HeaderClassName
{
color: #E679E0;
}
.AnyTagClassName
{
color: #E679E0;
}
</style>
background-color css
<style>
a { background-color: #E679E0; }
a { background-color: rgb(230,121,224); }
div.DivClassName
{
background-color: #E679E0;
}
.BgClassName
{
background-color: #E679E0;
}
</style>
border-color css
<style>
span { border-color: #E679E0; }
span { border-color: rgb(230,121,224); }
td.TdClassName
{
border-color: #E679E0;
}
.TagClassName
{
border-color: #E679E0;
}
</style>