Shades of Orchid #E681D7
Tints of Orchid #E681D7
RGB
CMYK
RGB Variations
Color information
#E681D7 (or 0xE681D7) is known color: Orchid. HEX triplet: E6, 81 and D7. RGB value is (230,129,215). Sum of RGB (Red+Green+Blue) = 230+129+215=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E681D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E681D7 is #197E28. Grayscale: #A8A8A8. Windows color (decimal): -1670697 or 14123494. OLE color: 14123494.
HSL color Cylindrical-coordinate representation of color #E681D7: hue angle of 308.91º 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 #E681D7 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 215 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.10 |
| HSL | 308.91º | 0.67% | 0.7% | - |
| HSV(B) | 308.91º | 0.44% | 0.9% | - |
| XYZ | 52.75 | 37.43 | 68.73 | - |
| YUV | 169 | 153.96 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 215 | 0 | 0.44 | 0.07 | 0.10 | 308.91 | 0.67 | 0.7 |
| Hex | E6 | 81 | D7 | 0 | 2C | 7 | A | 135 | 43 | 46 |
| Octal | 346 | 201 | 327 | 0 | 54 | 7 | 12 | 465 | 103 | 106 |
| Binary | 11100110 | 10000001 | 11010111 | 0 | 101100 | 111 | 1010 | 100110101 | 1000011 | 1000110 |
Color Harmonies of #E681D7
Complementary color
Monochromatic Colors of #E681D7
Black with #E681D7
Text Example
Text Example
White with #E681D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E681D7; }
p { color: rgb(230,129,215); }
H1.HeaderClassName
{
color: #E681D7;
}
.AnyTagClassName
{
color: #E681D7;
}
</style>
background-color css
<style>
a { background-color: #E681D7; }
a { background-color: rgb(230,129,215); }
div.DivClassName
{
background-color: #E681D7;
}
.BgClassName
{
background-color: #E681D7;
}
</style>
border-color css
<style>
span { border-color: #E681D7; }
span { border-color: rgb(230,129,215); }
td.TdClassName
{
border-color: #E681D7;
}
.TagClassName
{
border-color: #E681D7;
}
</style>