Shades of Orchid #E681CE
Tints of Orchid #E681CE
RGB
CMYK
RGB Variations
Color information
#E681CE (or 0xE681CE) is known color: Orchid. HEX triplet: E6, 81 and CE. RGB value is (230,129,206). Sum of RGB (Red+Green+Blue) = 230+129+206=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E681CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E681CE is #197E31. Grayscale: #A7A7A7. Windows color (decimal): -1670706 or 13533670. OLE color: 13533670.
HSL color Cylindrical-coordinate representation of color #E681CE: hue angle of 314.26º 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 #E681CE is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 206 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.10 |
| HSL | 314.26º | 0.67% | 0.7% | - |
| HSV(B) | 314.26º | 0.44% | 0.9% | - |
| XYZ | 51.62 | 36.98 | 62.81 | - |
| YUV | 167.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 206 | 0 | 0.44 | 0.10 | 0.10 | 314.26 | 0.67 | 0.7 |
| Hex | E6 | 81 | CE | 0 | 2C | A | A | 13A | 43 | 46 |
| Octal | 346 | 201 | 316 | 0 | 54 | 12 | 12 | 472 | 103 | 106 |
| Binary | 11100110 | 10000001 | 11001110 | 0 | 101100 | 1010 | 1010 | 100111010 | 1000011 | 1000110 |
Color Harmonies of #E681CE
Complementary color
Monochromatic Colors of #E681CE
Black with #E681CE
Text Example
Text Example
White with #E681CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E681CE; }
p { color: rgb(230,129,206); }
H1.HeaderClassName
{
color: #E681CE;
}
.AnyTagClassName
{
color: #E681CE;
}
</style>
background-color css
<style>
a { background-color: #E681CE; }
a { background-color: rgb(230,129,206); }
div.DivClassName
{
background-color: #E681CE;
}
.BgClassName
{
background-color: #E681CE;
}
</style>
border-color css
<style>
span { border-color: #E681CE; }
span { border-color: rgb(230,129,206); }
td.TdClassName
{
border-color: #E681CE;
}
.TagClassName
{
border-color: #E681CE;
}
</style>