Shades of Orchid #E070CD
Tints of Orchid #E070CD
RGB
CMYK
RGB Variations
Color information
#E070CD (or 0xE070CD) is known color: Orchid. HEX triplet: E0, 70 and CD. RGB value is (224,112,205). Sum of RGB (Red+Green+Blue) = 224+112+205=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E070CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E070CD is #1F8F32. Grayscale: #9B9B9B. Windows color (decimal): -2068275 or 13463776. OLE color: 13463776.
HSL color Cylindrical-coordinate representation of color #E070CD: hue angle of 310.18º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E070CD is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 205 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.12 |
| HSL | 310.18º | 0.64% | 0.66% | - |
| HSV(B) | 310.18º | 0.5% | 0.88% | - |
| XYZ | 47.55 | 31.84 | 61.4 | - |
| YUV | 156.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 205 | 0 | 0.50 | 0.08 | 0.12 | 310.18 | 0.64 | 0.66 |
| Hex | E0 | 70 | CD | 0 | 32 | 8 | C | 136 | 40 | 42 |
| Octal | 340 | 160 | 315 | 0 | 62 | 10 | 14 | 466 | 100 | 102 |
| Binary | 11100000 | 1110000 | 11001101 | 0 | 110010 | 1000 | 1100 | 100110110 | 1000000 | 1000010 |
Color Harmonies of #E070CD
Complementary color
Monochromatic Colors of #E070CD
Black with #E070CD
Text Example
Text Example
White with #E070CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E070CD; }
p { color: rgb(224,112,205); }
H1.HeaderClassName
{
color: #E070CD;
}
.AnyTagClassName
{
color: #E070CD;
}
</style>
background-color css
<style>
a { background-color: #E070CD; }
a { background-color: rgb(224,112,205); }
div.DivClassName
{
background-color: #E070CD;
}
.BgClassName
{
background-color: #E070CD;
}
</style>
border-color css
<style>
span { border-color: #E070CD; }
span { border-color: rgb(224,112,205); }
td.TdClassName
{
border-color: #E070CD;
}
.TagClassName
{
border-color: #E070CD;
}
</style>