Shades of Orchid #E679DD
Tints of Orchid #E679DD
RGB
CMYK
RGB Variations
Color information
#E679DD (or 0xE679DD) is known color: Orchid. HEX triplet: E6, 79 and DD. RGB value is (230,121,221). Sum of RGB (Red+Green+Blue) = 230+121+221=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 121 (47.66% from 255 or 21.15% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E679DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679DD is #198622. Grayscale: #A4A4A4. Windows color (decimal): -1672739 or 14514662. OLE color: 14514662.
HSL color Cylindrical-coordinate representation of color #E679DD: hue angle of 304.95º 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 #E679DD is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 121 | 221 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.10 |
| HSL | 304.95º | 0.69% | 0.69% | - |
| HSV(B) | 304.95º | 0.47% | 0.9% | - |
| XYZ | 52.52 | 35.72 | 72.53 | - |
| YUV | 164.99 | 159.61 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 121 | 221 | 0 | 0.47 | 0.04 | 0.10 | 304.95 | 0.69 | 0.69 |
| Hex | E6 | 79 | DD | 0 | 2F | 4 | A | 131 | 45 | 45 |
| Octal | 346 | 171 | 335 | 0 | 57 | 4 | 12 | 461 | 105 | 105 |
| Binary | 11100110 | 1111001 | 11011101 | 0 | 101111 | 100 | 1010 | 100110001 | 1000101 | 1000101 |
Color Harmonies of #E679DD
Complementary color
Monochromatic Colors of #E679DD
Black with #E679DD
Text Example
Text Example
White with #E679DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E679DD; }
p { color: rgb(230,121,221); }
H1.HeaderClassName
{
color: #E679DD;
}
.AnyTagClassName
{
color: #E679DD;
}
</style>
background-color css
<style>
a { background-color: #E679DD; }
a { background-color: rgb(230,121,221); }
div.DivClassName
{
background-color: #E679DD;
}
.BgClassName
{
background-color: #E679DD;
}
</style>
border-color css
<style>
span { border-color: #E679DD; }
span { border-color: rgb(230,121,221); }
td.TdClassName
{
border-color: #E679DD;
}
.TagClassName
{
border-color: #E679DD;
}
</style>