Shades of Orchid #E678C9
Tints of Orchid #E678C9
RGB
CMYK
RGB Variations
Color information
#E678C9 (or 0xE678C9) is known color: Orchid. HEX triplet: E6, 78 and C9. RGB value is (230,120,201). Sum of RGB (Red+Green+Blue) = 230+120+201=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E678C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678C9 is #198736. Grayscale: #A1A1A1. Windows color (decimal): -1673015 or 13203686. OLE color: 13203686.
HSL color Cylindrical-coordinate representation of color #E678C9: hue angle of 315.82º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E678C9 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 201 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.10 |
| HSL | 315.82º | 0.69% | 0.69% | - |
| HSV(B) | 315.82º | 0.48% | 0.9% | - |
| XYZ | 49.89 | 34.47 | 59.28 | - |
| YUV | 162.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 201 | 0 | 0.48 | 0.13 | 0.10 | 315.82 | 0.69 | 0.69 |
| Hex | E6 | 78 | C9 | 0 | 30 | D | A | 13C | 45 | 45 |
| Octal | 346 | 170 | 311 | 0 | 60 | 15 | 12 | 474 | 105 | 105 |
| Binary | 11100110 | 1111000 | 11001001 | 0 | 110000 | 1101 | 1010 | 100111100 | 1000101 | 1000101 |
Color Harmonies of #E678C9
Complementary color
Monochromatic Colors of #E678C9
Black with #E678C9
Text Example
Text Example
White with #E678C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E678C9; }
p { color: rgb(230,120,201); }
H1.HeaderClassName
{
color: #E678C9;
}
.AnyTagClassName
{
color: #E678C9;
}
</style>
background-color css
<style>
a { background-color: #E678C9; }
a { background-color: rgb(230,120,201); }
div.DivClassName
{
background-color: #E678C9;
}
.BgClassName
{
background-color: #E678C9;
}
</style>
border-color css
<style>
span { border-color: #E678C9; }
span { border-color: rgb(230,120,201); }
td.TdClassName
{
border-color: #E678C9;
}
.TagClassName
{
border-color: #E678C9;
}
</style>