Shades of Orchid #E275C9
Tints of Orchid #E275C9
RGB
CMYK
RGB Variations
Color information
#E275C9 (or 0xE275C9) is known color: Orchid. HEX triplet: E2, 75 and C9. RGB value is (226,117,201). Sum of RGB (Red+Green+Blue) = 226+117+201=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E275C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275C9 is #1D8A36. Grayscale: #9E9E9E. Windows color (decimal): -1935927 or 13202914. OLE color: 13202914.
HSL color Cylindrical-coordinate representation of color #E275C9: hue angle of 313.76º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E275C9 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 201 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.11 |
| HSL | 313.76º | 0.65% | 0.67% | - |
| HSV(B) | 313.76º | 0.48% | 0.89% | - |
| XYZ | 48.27 | 33.11 | 59.1 | - |
| YUV | 159.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 201 | 0 | 0.48 | 0.11 | 0.11 | 313.76 | 0.65 | 0.67 |
| Hex | E2 | 75 | C9 | 0 | 30 | B | B | 13A | 41 | 43 |
| Octal | 342 | 165 | 311 | 0 | 60 | 13 | 13 | 472 | 101 | 103 |
| Binary | 11100010 | 1110101 | 11001001 | 0 | 110000 | 1011 | 1011 | 100111010 | 1000001 | 1000011 |
Color Harmonies of #E275C9
Complementary color
Monochromatic Colors of #E275C9
Black with #E275C9
Text Example
Text Example
White with #E275C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275C9; }
p { color: rgb(226,117,201); }
H1.HeaderClassName
{
color: #E275C9;
}
.AnyTagClassName
{
color: #E275C9;
}
</style>
background-color css
<style>
a { background-color: #E275C9; }
a { background-color: rgb(226,117,201); }
div.DivClassName
{
background-color: #E275C9;
}
.BgClassName
{
background-color: #E275C9;
}
</style>
border-color css
<style>
span { border-color: #E275C9; }
span { border-color: rgb(226,117,201); }
td.TdClassName
{
border-color: #E275C9;
}
.TagClassName
{
border-color: #E275C9;
}
</style>