Shades of Orchid #E678DA
Tints of Orchid #E678DA
RGB
CMYK
RGB Variations
Color information
#E678DA (or 0xE678DA) is known color: Orchid. HEX triplet: E6, 78 and DA. RGB value is (230,120,218). Sum of RGB (Red+Green+Blue) = 230+120+218=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E678DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678DA is #198725. Grayscale: #A3A3A3. Windows color (decimal): -1672998 or 14317798. OLE color: 14317798.
HSL color Cylindrical-coordinate representation of color #E678DA: hue angle of 306.55º 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 #E678DA is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 218 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.10 |
| HSL | 306.55º | 0.69% | 0.69% | - |
| HSV(B) | 306.55º | 0.48% | 0.9% | - |
| XYZ | 52 | 35.32 | 70.41 | - |
| YUV | 164.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 218 | 0 | 0.48 | 0.05 | 0.10 | 306.55 | 0.69 | 0.69 |
| Hex | E6 | 78 | DA | 0 | 30 | 5 | A | 133 | 45 | 45 |
| Octal | 346 | 170 | 332 | 0 | 60 | 5 | 12 | 463 | 105 | 105 |
| Binary | 11100110 | 1111000 | 11011010 | 0 | 110000 | 101 | 1010 | 100110011 | 1000101 | 1000101 |
Color Harmonies of #E678DA
Complementary color
Monochromatic Colors of #E678DA
Black with #E678DA
Text Example
Text Example
White with #E678DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E678DA; }
p { color: rgb(230,120,218); }
H1.HeaderClassName
{
color: #E678DA;
}
.AnyTagClassName
{
color: #E678DA;
}
</style>
background-color css
<style>
a { background-color: #E678DA; }
a { background-color: rgb(230,120,218); }
div.DivClassName
{
background-color: #E678DA;
}
.BgClassName
{
background-color: #E678DA;
}
</style>
border-color css
<style>
span { border-color: #E678DA; }
span { border-color: rgb(230,120,218); }
td.TdClassName
{
border-color: #E678DA;
}
.TagClassName
{
border-color: #E678DA;
}
</style>