Shades of Orchid #E270CD
Tints of Orchid #E270CD
RGB
CMYK
RGB Variations
Color information
#E270CD (or 0xE270CD) is known color: Orchid. HEX triplet: E2, 70 and CD. RGB value is (226,112,205). Sum of RGB (Red+Green+Blue) = 226+112+205=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E270CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E270CD is #1D8F32. Grayscale: #9C9C9C. Windows color (decimal): -1937203 or 13463778. OLE color: 13463778.
HSL color Cylindrical-coordinate representation of color #E270CD: hue angle of 311.05º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E270CD is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 205 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.11 |
| HSL | 311.05º | 0.66% | 0.66% | - |
| HSV(B) | 311.05º | 0.5% | 0.89% | - |
| XYZ | 48.18 | 32.16 | 61.43 | - |
| YUV | 156.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 205 | 0 | 0.50 | 0.09 | 0.11 | 311.05 | 0.66 | 0.66 |
| Hex | E2 | 70 | CD | 0 | 32 | 9 | B | 137 | 42 | 42 |
| Octal | 342 | 160 | 315 | 0 | 62 | 11 | 13 | 467 | 102 | 102 |
| Binary | 11100010 | 1110000 | 11001101 | 0 | 110010 | 1001 | 1011 | 100110111 | 1000010 | 1000010 |
Color Harmonies of #E270CD
Complementary color
Monochromatic Colors of #E270CD
Black with #E270CD
Text Example
Text Example
White with #E270CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E270CD; }
p { color: rgb(226,112,205); }
H1.HeaderClassName
{
color: #E270CD;
}
.AnyTagClassName
{
color: #E270CD;
}
</style>
background-color css
<style>
a { background-color: #E270CD; }
a { background-color: rgb(226,112,205); }
div.DivClassName
{
background-color: #E270CD;
}
.BgClassName
{
background-color: #E270CD;
}
</style>
border-color css
<style>
span { border-color: #E270CD; }
span { border-color: rgb(226,112,205); }
td.TdClassName
{
border-color: #E270CD;
}
.TagClassName
{
border-color: #E270CD;
}
</style>