Shades of Orchid #E067C2
Tints of Orchid #E067C2
RGB
CMYK
RGB Variations
Color information
#E067C2 (or 0xE067C2) is known color: Orchid. HEX triplet: E0, 67 and C2. RGB value is (224,103,194). Sum of RGB (Red+Green+Blue) = 224+103+194=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E067C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067C2 is #1F983D. Grayscale: #959595. Windows color (decimal): -2070590 or 12740576. OLE color: 12740576.
HSL color Cylindrical-coordinate representation of color #E067C2: hue angle of 314.88º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E067C2 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 194 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.12 |
| HSL | 314.88º | 0.66% | 0.64% | - |
| HSV(B) | 314.88º | 0.54% | 0.88% | - |
| XYZ | 45.33 | 29.44 | 54.33 | - |
| YUV | 149.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 194 | 0 | 0.54 | 0.13 | 0.12 | 314.88 | 0.66 | 0.64 |
| Hex | E0 | 67 | C2 | 0 | 36 | D | C | 13B | 42 | 40 |
| Octal | 340 | 147 | 302 | 0 | 66 | 15 | 14 | 473 | 102 | 100 |
| Binary | 11100000 | 1100111 | 11000010 | 0 | 110110 | 1101 | 1100 | 100111011 | 1000010 | 1000000 |
Color Harmonies of #E067C2
Complementary color
Monochromatic Colors of #E067C2
Black with #E067C2
Text Example
Text Example
White with #E067C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E067C2; }
p { color: rgb(224,103,194); }
H1.HeaderClassName
{
color: #E067C2;
}
.AnyTagClassName
{
color: #E067C2;
}
</style>
background-color css
<style>
a { background-color: #E067C2; }
a { background-color: rgb(224,103,194); }
div.DivClassName
{
background-color: #E067C2;
}
.BgClassName
{
background-color: #E067C2;
}
</style>
border-color css
<style>
span { border-color: #E067C2; }
span { border-color: rgb(224,103,194); }
td.TdClassName
{
border-color: #E067C2;
}
.TagClassName
{
border-color: #E067C2;
}
</style>