Shades of Orchid #E275CE
Tints of Orchid #E275CE
RGB
CMYK
RGB Variations
Color information
#E275CE (or 0xE275CE) is known color: Orchid. HEX triplet: E2, 75 and CE. RGB value is (226,117,206). Sum of RGB (Red+Green+Blue) = 226+117+206=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E275CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275CE is #1D8A31. Grayscale: #9F9F9F. Windows color (decimal): -1935922 or 13530594. OLE color: 13530594.
HSL color Cylindrical-coordinate representation of color #E275CE: hue angle of 311.01º 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 #E275CE is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 206 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.11 |
| HSL | 311.01º | 0.65% | 0.67% | - |
| HSV(B) | 311.01º | 0.48% | 0.89% | - |
| XYZ | 48.87 | 33.35 | 62.25 | - |
| YUV | 159.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 206 | 0 | 0.48 | 0.09 | 0.11 | 311.01 | 0.65 | 0.67 |
| Hex | E2 | 75 | CE | 0 | 30 | 9 | B | 137 | 41 | 43 |
| Octal | 342 | 165 | 316 | 0 | 60 | 11 | 13 | 467 | 101 | 103 |
| Binary | 11100010 | 1110101 | 11001110 | 0 | 110000 | 1001 | 1011 | 100110111 | 1000001 | 1000011 |
Color Harmonies of #E275CE
Complementary color
Monochromatic Colors of #E275CE
Black with #E275CE
Text Example
Text Example
White with #E275CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275CE; }
p { color: rgb(226,117,206); }
H1.HeaderClassName
{
color: #E275CE;
}
.AnyTagClassName
{
color: #E275CE;
}
</style>
background-color css
<style>
a { background-color: #E275CE; }
a { background-color: rgb(226,117,206); }
div.DivClassName
{
background-color: #E275CE;
}
.BgClassName
{
background-color: #E275CE;
}
</style>
border-color css
<style>
span { border-color: #E275CE; }
span { border-color: rgb(226,117,206); }
td.TdClassName
{
border-color: #E275CE;
}
.TagClassName
{
border-color: #E275CE;
}
</style>