Shades of Orchid #E369CE
Tints of Orchid #E369CE
RGB
CMYK
RGB Variations
Color information
#E369CE (or 0xE369CE) is known color: Orchid. HEX triplet: E3, 69 and CE. RGB value is (227,105,206). Sum of RGB (Red+Green+Blue) = 227+105+206=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E369CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E369CE is #1C9631. Grayscale: #989898. Windows color (decimal): -1873458 or 13527523. OLE color: 13527523.
HSL color Cylindrical-coordinate representation of color #E369CE: hue angle of 310.33º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E369CE is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 105 | 206 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.11 |
| HSL | 310.33º | 0.69% | 0.65% | - |
| HSV(B) | 310.33º | 0.54% | 0.89% | - |
| XYZ | 47.87 | 30.89 | 61.83 | - |
| YUV | 152.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 105 | 206 | 0 | 0.54 | 0.09 | 0.11 | 310.33 | 0.69 | 0.65 |
| Hex | E3 | 69 | CE | 0 | 36 | 9 | B | 136 | 45 | 41 |
| Octal | 343 | 151 | 316 | 0 | 66 | 11 | 13 | 466 | 105 | 101 |
| Binary | 11100011 | 1101001 | 11001110 | 0 | 110110 | 1001 | 1011 | 100110110 | 1000101 | 1000001 |
Color Harmonies of #E369CE
Complementary color
Monochromatic Colors of #E369CE
Black with #E369CE
Text Example
Text Example
White with #E369CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E369CE; }
p { color: rgb(227,105,206); }
H1.HeaderClassName
{
color: #E369CE;
}
.AnyTagClassName
{
color: #E369CE;
}
</style>
background-color css
<style>
a { background-color: #E369CE; }
a { background-color: rgb(227,105,206); }
div.DivClassName
{
background-color: #E369CE;
}
.BgClassName
{
background-color: #E369CE;
}
</style>
border-color css
<style>
span { border-color: #E369CE; }
span { border-color: rgb(227,105,206); }
td.TdClassName
{
border-color: #E369CE;
}
.TagClassName
{
border-color: #E369CE;
}
</style>