Shades of Orchid #E275D6
Tints of Orchid #E275D6
RGB
CMYK
RGB Variations
Color information
#E275D6 (or 0xE275D6) is known color: Orchid. HEX triplet: E2, 75 and D6. RGB value is (226,117,214). Sum of RGB (Red+Green+Blue) = 226+117+214=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E275D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275D6 is #1D8A29. Grayscale: #A0A0A0. Windows color (decimal): -1935914 or 14054882. OLE color: 14054882.
HSL color Cylindrical-coordinate representation of color #E275D6: hue angle of 306.61º 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 #E275D6 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 214 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.11 |
| HSL | 306.61º | 0.65% | 0.67% | - |
| HSV(B) | 306.61º | 0.48% | 0.89% | - |
| XYZ | 49.86 | 33.75 | 67.5 | - |
| YUV | 160.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 214 | 0 | 0.48 | 0.05 | 0.11 | 306.61 | 0.65 | 0.67 |
| Hex | E2 | 75 | D6 | 0 | 30 | 5 | B | 133 | 41 | 43 |
| Octal | 342 | 165 | 326 | 0 | 60 | 5 | 13 | 463 | 101 | 103 |
| Binary | 11100010 | 1110101 | 11010110 | 0 | 110000 | 101 | 1011 | 100110011 | 1000001 | 1000011 |
Color Harmonies of #E275D6
Complementary color
Monochromatic Colors of #E275D6
Black with #E275D6
Text Example
Text Example
White with #E275D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275D6; }
p { color: rgb(226,117,214); }
H1.HeaderClassName
{
color: #E275D6;
}
.AnyTagClassName
{
color: #E275D6;
}
</style>
background-color css
<style>
a { background-color: #E275D6; }
a { background-color: rgb(226,117,214); }
div.DivClassName
{
background-color: #E275D6;
}
.BgClassName
{
background-color: #E275D6;
}
</style>
border-color css
<style>
span { border-color: #E275D6; }
span { border-color: rgb(226,117,214); }
td.TdClassName
{
border-color: #E275D6;
}
.TagClassName
{
border-color: #E275D6;
}
</style>