Shades of Orchid #E681D9
Tints of Orchid #E681D9
RGB
CMYK
RGB Variations
Color information
#E681D9 (or 0xE681D9) is known color: Orchid. HEX triplet: E6, 81 and D9. RGB value is (230,129,217). Sum of RGB (Red+Green+Blue) = 230+129+217=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E681D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E681D9 is #197E26. Grayscale: #A8A8A8. Windows color (decimal): -1670695 or 14254566. OLE color: 14254566.
HSL color Cylindrical-coordinate representation of color #E681D9: hue angle of 307.72º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E681D9 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 217 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.10 |
| HSL | 307.72º | 0.67% | 0.7% | - |
| HSV(B) | 307.72º | 0.44% | 0.9% | - |
| XYZ | 53.01 | 37.53 | 70.1 | - |
| YUV | 169.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 217 | 0 | 0.44 | 0.06 | 0.10 | 307.72 | 0.67 | 0.7 |
| Hex | E6 | 81 | D9 | 0 | 2C | 6 | A | 134 | 43 | 46 |
| Octal | 346 | 201 | 331 | 0 | 54 | 6 | 12 | 464 | 103 | 106 |
| Binary | 11100110 | 10000001 | 11011001 | 0 | 101100 | 110 | 1010 | 100110100 | 1000011 | 1000110 |
Color Harmonies of #E681D9
Complementary color
Monochromatic Colors of #E681D9
Black with #E681D9
Text Example
Text Example
White with #E681D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E681D9; }
p { color: rgb(230,129,217); }
H1.HeaderClassName
{
color: #E681D9;
}
.AnyTagClassName
{
color: #E681D9;
}
</style>
background-color css
<style>
a { background-color: #E681D9; }
a { background-color: rgb(230,129,217); }
div.DivClassName
{
background-color: #E681D9;
}
.BgClassName
{
background-color: #E681D9;
}
</style>
border-color css
<style>
span { border-color: #E681D9; }
span { border-color: rgb(230,129,217); }
td.TdClassName
{
border-color: #E681D9;
}
.TagClassName
{
border-color: #E681D9;
}
</style>