Shades of Orchid #E678D7
Tints of Orchid #E678D7
RGB
CMYK
RGB Variations
Color information
#E678D7 (or 0xE678D7) is known color: Orchid. HEX triplet: E6, 78 and D7. RGB value is (230,120,215). Sum of RGB (Red+Green+Blue) = 230+120+215=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E678D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678D7 is #198728. Grayscale: #A3A3A3. Windows color (decimal): -1673001 or 14121190. OLE color: 14121190.
HSL color Cylindrical-coordinate representation of color #E678D7: hue angle of 308.18º 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 #E678D7 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 215 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.10 |
| HSL | 308.18º | 0.69% | 0.69% | - |
| HSV(B) | 308.18º | 0.48% | 0.9% | - |
| XYZ | 51.62 | 35.16 | 68.36 | - |
| YUV | 163.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 215 | 0 | 0.48 | 0.07 | 0.10 | 308.18 | 0.69 | 0.69 |
| Hex | E6 | 78 | D7 | 0 | 30 | 7 | A | 134 | 45 | 45 |
| Octal | 346 | 170 | 327 | 0 | 60 | 7 | 12 | 464 | 105 | 105 |
| Binary | 11100110 | 1111000 | 11010111 | 0 | 110000 | 111 | 1010 | 100110100 | 1000101 | 1000101 |
Color Harmonies of #E678D7
Complementary color
Monochromatic Colors of #E678D7
Black with #E678D7
Text Example
Text Example
White with #E678D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E678D7; }
p { color: rgb(230,120,215); }
H1.HeaderClassName
{
color: #E678D7;
}
.AnyTagClassName
{
color: #E678D7;
}
</style>
background-color css
<style>
a { background-color: #E678D7; }
a { background-color: rgb(230,120,215); }
div.DivClassName
{
background-color: #E678D7;
}
.BgClassName
{
background-color: #E678D7;
}
</style>
border-color css
<style>
span { border-color: #E678D7; }
span { border-color: rgb(230,120,215); }
td.TdClassName
{
border-color: #E678D7;
}
.TagClassName
{
border-color: #E678D7;
}
</style>