Shades of Orchid #E275CD
Tints of Orchid #E275CD
RGB
CMYK
RGB Variations
Color information
#E275CD (or 0xE275CD) is known color: Orchid. HEX triplet: E2, 75 and CD. RGB value is (226,117,205). Sum of RGB (Red+Green+Blue) = 226+117+205=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E275CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275CD is #1D8A32. Grayscale: #9F9F9F. Windows color (decimal): -1935923 or 13465058. OLE color: 13465058.
HSL color Cylindrical-coordinate representation of color #E275CD: hue angle of 311.56º 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 #E275CD is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 205 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.11 |
| HSL | 311.56º | 0.65% | 0.67% | - |
| HSV(B) | 311.56º | 0.48% | 0.89% | - |
| XYZ | 48.74 | 33.3 | 61.62 | - |
| YUV | 159.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 205 | 0 | 0.48 | 0.09 | 0.11 | 311.56 | 0.65 | 0.67 |
| Hex | E2 | 75 | CD | 0 | 30 | 9 | B | 138 | 41 | 43 |
| Octal | 342 | 165 | 315 | 0 | 60 | 11 | 13 | 470 | 101 | 103 |
| Binary | 11100010 | 1110101 | 11001101 | 0 | 110000 | 1001 | 1011 | 100111000 | 1000001 | 1000011 |
Color Harmonies of #E275CD
Complementary color
Monochromatic Colors of #E275CD
Black with #E275CD
Text Example
Text Example
White with #E275CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275CD; }
p { color: rgb(226,117,205); }
H1.HeaderClassName
{
color: #E275CD;
}
.AnyTagClassName
{
color: #E275CD;
}
</style>
background-color css
<style>
a { background-color: #E275CD; }
a { background-color: rgb(226,117,205); }
div.DivClassName
{
background-color: #E275CD;
}
.BgClassName
{
background-color: #E275CD;
}
</style>
border-color css
<style>
span { border-color: #E275CD; }
span { border-color: rgb(226,117,205); }
td.TdClassName
{
border-color: #E275CD;
}
.TagClassName
{
border-color: #E275CD;
}
</style>