Shades of Orchid #E679D4
Tints of Orchid #E679D4
RGB
CMYK
RGB Variations
Color information
#E679D4 (or 0xE679D4) is known color: Orchid. HEX triplet: E6, 79 and D4. RGB value is (230,121,212). Sum of RGB (Red+Green+Blue) = 230+121+212=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E679D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679D4 is #19862B. Grayscale: #A3A3A3. Windows color (decimal): -1672748 or 13924838. OLE color: 13924838.
HSL color Cylindrical-coordinate representation of color #E679D4: hue angle of 309.91º 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 #E679D4 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 121 | 212 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.10 |
| HSL | 309.91º | 0.69% | 0.69% | - |
| HSV(B) | 309.91º | 0.47% | 0.9% | - |
| XYZ | 51.35 | 35.25 | 66.38 | - |
| YUV | 163.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 121 | 212 | 0 | 0.47 | 0.08 | 0.10 | 309.91 | 0.69 | 0.69 |
| Hex | E6 | 79 | D4 | 0 | 2F | 8 | A | 136 | 45 | 45 |
| Octal | 346 | 171 | 324 | 0 | 57 | 10 | 12 | 466 | 105 | 105 |
| Binary | 11100110 | 1111001 | 11010100 | 0 | 101111 | 1000 | 1010 | 100110110 | 1000101 | 1000101 |
Color Harmonies of #E679D4
Complementary color
Monochromatic Colors of #E679D4
Black with #E679D4
Text Example
Text Example
White with #E679D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E679D4; }
p { color: rgb(230,121,212); }
H1.HeaderClassName
{
color: #E679D4;
}
.AnyTagClassName
{
color: #E679D4;
}
</style>
background-color css
<style>
a { background-color: #E679D4; }
a { background-color: rgb(230,121,212); }
div.DivClassName
{
background-color: #E679D4;
}
.BgClassName
{
background-color: #E679D4;
}
</style>
border-color css
<style>
span { border-color: #E679D4; }
span { border-color: rgb(230,121,212); }
td.TdClassName
{
border-color: #E679D4;
}
.TagClassName
{
border-color: #E679D4;
}
</style>