Shades of Orchid #E272CD
Tints of Orchid #E272CD
RGB
CMYK
RGB Variations
Color information
#E272CD (or 0xE272CD) is known color: Orchid. HEX triplet: E2, 72 and CD. RGB value is (226,114,205). Sum of RGB (Red+Green+Blue) = 226+114+205=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E272CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272CD is #1D8D32. Grayscale: #9D9D9D. Windows color (decimal): -1936691 or 13464290. OLE color: 13464290.
HSL color Cylindrical-coordinate representation of color #E272CD: hue angle of 311.25º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E272CD is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 205 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.11 |
| HSL | 311.25º | 0.66% | 0.67% | - |
| HSV(B) | 311.25º | 0.5% | 0.89% | - |
| XYZ | 48.4 | 32.61 | 61.5 | - |
| YUV | 157.86 | 154.61 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 205 | 0 | 0.50 | 0.09 | 0.11 | 311.25 | 0.66 | 0.67 |
| Hex | E2 | 72 | CD | 0 | 32 | 9 | B | 137 | 42 | 43 |
| Octal | 342 | 162 | 315 | 0 | 62 | 11 | 13 | 467 | 102 | 103 |
| Binary | 11100010 | 1110010 | 11001101 | 0 | 110010 | 1001 | 1011 | 100110111 | 1000010 | 1000011 |
Color Harmonies of #E272CD
Complementary color
Monochromatic Colors of #E272CD
Black with #E272CD
Text Example
Text Example
White with #E272CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E272CD; }
p { color: rgb(226,114,205); }
H1.HeaderClassName
{
color: #E272CD;
}
.AnyTagClassName
{
color: #E272CD;
}
</style>
background-color css
<style>
a { background-color: #E272CD; }
a { background-color: rgb(226,114,205); }
div.DivClassName
{
background-color: #E272CD;
}
.BgClassName
{
background-color: #E272CD;
}
</style>
border-color css
<style>
span { border-color: #E272CD; }
span { border-color: rgb(226,114,205); }
td.TdClassName
{
border-color: #E272CD;
}
.TagClassName
{
border-color: #E272CD;
}
</style>