Shades of Orchid #E275CC
Tints of Orchid #E275CC
RGB
CMYK
RGB Variations
Color information
#E275CC (or 0xE275CC) is known color: Orchid. HEX triplet: E2, 75 and CC. RGB value is (226,117,204). Sum of RGB (Red+Green+Blue) = 226+117+204=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E275CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275CC is #1D8A33. Grayscale: #9F9F9F. Windows color (decimal): -1935924 or 13399522. OLE color: 13399522.
HSL color Cylindrical-coordinate representation of color #E275CC: hue angle of 312.11º 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 #E275CC is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 204 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.11 |
| HSL | 312.11º | 0.65% | 0.67% | - |
| HSV(B) | 312.11º | 0.48% | 0.89% | - |
| XYZ | 48.62 | 33.25 | 60.98 | - |
| YUV | 159.51 | 153.11 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 204 | 0 | 0.48 | 0.10 | 0.11 | 312.11 | 0.65 | 0.67 |
| Hex | E2 | 75 | CC | 0 | 30 | A | B | 138 | 41 | 43 |
| Octal | 342 | 165 | 314 | 0 | 60 | 12 | 13 | 470 | 101 | 103 |
| Binary | 11100010 | 1110101 | 11001100 | 0 | 110000 | 1010 | 1011 | 100111000 | 1000001 | 1000011 |
Color Harmonies of #E275CC
Complementary color
Monochromatic Colors of #E275CC
Black with #E275CC
Text Example
Text Example
White with #E275CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275CC; }
p { color: rgb(226,117,204); }
H1.HeaderClassName
{
color: #E275CC;
}
.AnyTagClassName
{
color: #E275CC;
}
</style>
background-color css
<style>
a { background-color: #E275CC; }
a { background-color: rgb(226,117,204); }
div.DivClassName
{
background-color: #E275CC;
}
.BgClassName
{
background-color: #E275CC;
}
</style>
border-color css
<style>
span { border-color: #E275CC; }
span { border-color: rgb(226,117,204); }
td.TdClassName
{
border-color: #E275CC;
}
.TagClassName
{
border-color: #E275CC;
}
</style>