Shades of Orchid #E679DF
Tints of Orchid #E679DF
RGB
CMYK
RGB Variations
Color information
#E679DF (or 0xE679DF) is known color: Orchid. HEX triplet: E6, 79 and DF. RGB value is (230,121,223). Sum of RGB (Red+Green+Blue) = 230+121+223=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 121 (47.66% from 255 or 21.08% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E679DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679DF is #198620. Grayscale: #A4A4A4. Windows color (decimal): -1672737 or 14645734. OLE color: 14645734.
HSL color Cylindrical-coordinate representation of color #E679DF: hue angle of 303.85º 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 #E679DF is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 121 | 223 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.10 |
| HSL | 303.85º | 0.69% | 0.69% | - |
| HSV(B) | 303.85º | 0.47% | 0.9% | - |
| XYZ | 52.79 | 35.83 | 73.94 | - |
| YUV | 165.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 121 | 223 | 0 | 0.47 | 0.03 | 0.10 | 303.85 | 0.69 | 0.69 |
| Hex | E6 | 79 | DF | 0 | 2F | 3 | A | 130 | 45 | 45 |
| Octal | 346 | 171 | 337 | 0 | 57 | 3 | 12 | 460 | 105 | 105 |
| Binary | 11100110 | 1111001 | 11011111 | 0 | 101111 | 11 | 1010 | 100110000 | 1000101 | 1000101 |
Color Harmonies of #E679DF
Complementary color
Monochromatic Colors of #E679DF
Black with #E679DF
Text Example
Text Example
White with #E679DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E679DF; }
p { color: rgb(230,121,223); }
H1.HeaderClassName
{
color: #E679DF;
}
.AnyTagClassName
{
color: #E679DF;
}
</style>
background-color css
<style>
a { background-color: #E679DF; }
a { background-color: rgb(230,121,223); }
div.DivClassName
{
background-color: #E679DF;
}
.BgClassName
{
background-color: #E679DF;
}
</style>
border-color css
<style>
span { border-color: #E679DF; }
span { border-color: rgb(230,121,223); }
td.TdClassName
{
border-color: #E679DF;
}
.TagClassName
{
border-color: #E679DF;
}
</style>