Shades of Orchid #E679DC
Tints of Orchid #E679DC
RGB
CMYK
RGB Variations
Color information
#E679DC (or 0xE679DC) is known color: Orchid. HEX triplet: E6, 79 and DC. RGB value is (230,121,220). Sum of RGB (Red+Green+Blue) = 230+121+220=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 121 (47.66% from 255 or 21.19% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E679DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679DC is #198623. Grayscale: #A4A4A4. Windows color (decimal): -1672740 or 14449126. OLE color: 14449126.
HSL color Cylindrical-coordinate representation of color #E679DC: hue angle of 305.5º 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 #E679DC is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 121 | 220 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.10 |
| HSL | 305.5º | 0.69% | 0.69% | - |
| HSV(B) | 305.5º | 0.47% | 0.9% | - |
| XYZ | 52.39 | 35.67 | 71.83 | - |
| YUV | 164.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 121 | 220 | 0 | 0.47 | 0.04 | 0.10 | 305.5 | 0.69 | 0.69 |
| Hex | E6 | 79 | DC | 0 | 2F | 4 | A | 132 | 45 | 45 |
| Octal | 346 | 171 | 334 | 0 | 57 | 4 | 12 | 462 | 105 | 105 |
| Binary | 11100110 | 1111001 | 11011100 | 0 | 101111 | 100 | 1010 | 100110010 | 1000101 | 1000101 |
Color Harmonies of #E679DC
Complementary color
Monochromatic Colors of #E679DC
Black with #E679DC
Text Example
Text Example
White with #E679DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E679DC; }
p { color: rgb(230,121,220); }
H1.HeaderClassName
{
color: #E679DC;
}
.AnyTagClassName
{
color: #E679DC;
}
</style>
background-color css
<style>
a { background-color: #E679DC; }
a { background-color: rgb(230,121,220); }
div.DivClassName
{
background-color: #E679DC;
}
.BgClassName
{
background-color: #E679DC;
}
</style>
border-color css
<style>
span { border-color: #E679DC; }
span { border-color: rgb(230,121,220); }
td.TdClassName
{
border-color: #E679DC;
}
.TagClassName
{
border-color: #E679DC;
}
</style>