Shades of Orchid #E275CB
Tints of Orchid #E275CB
RGB
CMYK
RGB Variations
Color information
#E275CB (or 0xE275CB) is known color: Orchid. HEX triplet: E2, 75 and CB. RGB value is (226,117,203). Sum of RGB (Red+Green+Blue) = 226+117+203=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E275CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275CB is #1D8A34. Grayscale: #9F9F9F. Windows color (decimal): -1935925 or 13333986. OLE color: 13333986.
HSL color Cylindrical-coordinate representation of color #E275CB: hue angle of 312.66º 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 #E275CB is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 203 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.11 |
| HSL | 312.66º | 0.65% | 0.67% | - |
| HSV(B) | 312.66º | 0.48% | 0.89% | - |
| XYZ | 48.5 | 33.2 | 60.35 | - |
| YUV | 159.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 203 | 0 | 0.48 | 0.10 | 0.11 | 312.66 | 0.65 | 0.67 |
| Hex | E2 | 75 | CB | 0 | 30 | A | B | 139 | 41 | 43 |
| Octal | 342 | 165 | 313 | 0 | 60 | 12 | 13 | 471 | 101 | 103 |
| Binary | 11100010 | 1110101 | 11001011 | 0 | 110000 | 1010 | 1011 | 100111001 | 1000001 | 1000011 |
Color Harmonies of #E275CB
Complementary color
Monochromatic Colors of #E275CB
Black with #E275CB
Text Example
Text Example
White with #E275CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275CB; }
p { color: rgb(226,117,203); }
H1.HeaderClassName
{
color: #E275CB;
}
.AnyTagClassName
{
color: #E275CB;
}
</style>
background-color css
<style>
a { background-color: #E275CB; }
a { background-color: rgb(226,117,203); }
div.DivClassName
{
background-color: #E275CB;
}
.BgClassName
{
background-color: #E275CB;
}
</style>
border-color css
<style>
span { border-color: #E275CB; }
span { border-color: rgb(226,117,203); }
td.TdClassName
{
border-color: #E275CB;
}
.TagClassName
{
border-color: #E275CB;
}
</style>