Shades of Orchid #E381CF
Tints of Orchid #E381CF
RGB
CMYK
RGB Variations
Color information
#E381CF (or 0xE381CF) is known color: Orchid. HEX triplet: E3, 81 and CF. RGB value is (227,129,207). Sum of RGB (Red+Green+Blue) = 227+129+207=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E381CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381CF is #1C7E30. Grayscale: #A6A6A6. Windows color (decimal): -1867313 or 13599203. OLE color: 13599203.
HSL color Cylindrical-coordinate representation of color #E381CF: hue angle of 312.24º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E381CF is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 207 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.11 |
| HSL | 312.24º | 0.64% | 0.7% | - |
| HSV(B) | 312.24º | 0.43% | 0.89% | - |
| XYZ | 50.79 | 36.54 | 63.41 | - |
| YUV | 167.19 | 150.47 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 207 | 0 | 0.43 | 0.09 | 0.11 | 312.24 | 0.64 | 0.7 |
| Hex | E3 | 81 | CF | 0 | 2B | 9 | B | 138 | 40 | 46 |
| Octal | 343 | 201 | 317 | 0 | 53 | 11 | 13 | 470 | 100 | 106 |
| Binary | 11100011 | 10000001 | 11001111 | 0 | 101011 | 1001 | 1011 | 100111000 | 1000000 | 1000110 |
Color Harmonies of #E381CF
Complementary color
Monochromatic Colors of #E381CF
Black with #E381CF
Text Example
Text Example
White with #E381CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381CF; }
p { color: rgb(227,129,207); }
H1.HeaderClassName
{
color: #E381CF;
}
.AnyTagClassName
{
color: #E381CF;
}
</style>
background-color css
<style>
a { background-color: #E381CF; }
a { background-color: rgb(227,129,207); }
div.DivClassName
{
background-color: #E381CF;
}
.BgClassName
{
background-color: #E381CF;
}
</style>
border-color css
<style>
span { border-color: #E381CF; }
span { border-color: rgb(227,129,207); }
td.TdClassName
{
border-color: #E381CF;
}
.TagClassName
{
border-color: #E381CF;
}
</style>