Shades of Orchid #E681D3
Tints of Orchid #E681D3
RGB
CMYK
RGB Variations
Color information
#E681D3 (or 0xE681D3) is known color: Orchid. HEX triplet: E6, 81 and D3. RGB value is (230,129,211). Sum of RGB (Red+Green+Blue) = 230+129+211=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E681D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E681D3 is #197E2C. Grayscale: #A8A8A8. Windows color (decimal): -1670701 or 13861350. OLE color: 13861350.
HSL color Cylindrical-coordinate representation of color #E681D3: hue angle of 311.29º 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 #E681D3 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 211 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.10 |
| HSL | 311.29º | 0.67% | 0.7% | - |
| HSV(B) | 311.29º | 0.44% | 0.9% | - |
| XYZ | 52.24 | 37.23 | 66.06 | - |
| YUV | 168.55 | 151.96 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 211 | 0 | 0.44 | 0.08 | 0.10 | 311.29 | 0.67 | 0.7 |
| Hex | E6 | 81 | D3 | 0 | 2C | 8 | A | 137 | 43 | 46 |
| Octal | 346 | 201 | 323 | 0 | 54 | 10 | 12 | 467 | 103 | 106 |
| Binary | 11100110 | 10000001 | 11010011 | 0 | 101100 | 1000 | 1010 | 100110111 | 1000011 | 1000110 |
Color Harmonies of #E681D3
Complementary color
Monochromatic Colors of #E681D3
Black with #E681D3
Text Example
Text Example
White with #E681D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E681D3; }
p { color: rgb(230,129,211); }
H1.HeaderClassName
{
color: #E681D3;
}
.AnyTagClassName
{
color: #E681D3;
}
</style>
background-color css
<style>
a { background-color: #E681D3; }
a { background-color: rgb(230,129,211); }
div.DivClassName
{
background-color: #E681D3;
}
.BgClassName
{
background-color: #E681D3;
}
</style>
border-color css
<style>
span { border-color: #E681D3; }
span { border-color: rgb(230,129,211); }
td.TdClassName
{
border-color: #E681D3;
}
.TagClassName
{
border-color: #E681D3;
}
</style>