Shades of Orchid #E679CD
Tints of Orchid #E679CD
RGB
CMYK
RGB Variations
Color information
#E679CD (or 0xE679CD) is known color: Orchid. HEX triplet: E6, 79 and CD. RGB value is (230,121,205). Sum of RGB (Red+Green+Blue) = 230+121+205=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E679CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679CD is #198632. Grayscale: #A2A2A2. Windows color (decimal): -1672755 or 13466086. OLE color: 13466086.
HSL color Cylindrical-coordinate representation of color #E679CD: hue angle of 313.76º 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 #E679CD is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 121 | 205 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.10 |
| HSL | 313.76º | 0.69% | 0.69% | - |
| HSV(B) | 313.76º | 0.47% | 0.9% | - |
| XYZ | 50.49 | 34.91 | 61.83 | - |
| YUV | 163.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 121 | 205 | 0 | 0.47 | 0.11 | 0.10 | 313.76 | 0.69 | 0.69 |
| Hex | E6 | 79 | CD | 0 | 2F | B | A | 13A | 45 | 45 |
| Octal | 346 | 171 | 315 | 0 | 57 | 13 | 12 | 472 | 105 | 105 |
| Binary | 11100110 | 1111001 | 11001101 | 0 | 101111 | 1011 | 1010 | 100111010 | 1000101 | 1000101 |
Color Harmonies of #E679CD
Complementary color
Monochromatic Colors of #E679CD
Black with #E679CD
Text Example
Text Example
White with #E679CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E679CD; }
p { color: rgb(230,121,205); }
H1.HeaderClassName
{
color: #E679CD;
}
.AnyTagClassName
{
color: #E679CD;
}
</style>
background-color css
<style>
a { background-color: #E679CD; }
a { background-color: rgb(230,121,205); }
div.DivClassName
{
background-color: #E679CD;
}
.BgClassName
{
background-color: #E679CD;
}
</style>
border-color css
<style>
span { border-color: #E679CD; }
span { border-color: rgb(230,121,205); }
td.TdClassName
{
border-color: #E679CD;
}
.TagClassName
{
border-color: #E679CD;
}
</style>