Shades of Orchid #E067C1
Tints of Orchid #E067C1
RGB
CMYK
RGB Variations
Color information
#E067C1 (or 0xE067C1) is known color: Orchid. HEX triplet: E0, 67 and C1. RGB value is (224,103,193). Sum of RGB (Red+Green+Blue) = 224+103+193=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E067C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067C1 is #1F983E. Grayscale: #959595. Windows color (decimal): -2070591 or 12675040. OLE color: 12675040.
HSL color Cylindrical-coordinate representation of color #E067C1: hue angle of 315.37º 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 #E067C1 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 193 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.12 |
| HSL | 315.37º | 0.66% | 0.64% | - |
| HSV(B) | 315.37º | 0.54% | 0.88% | - |
| XYZ | 45.22 | 29.4 | 53.74 | - |
| YUV | 149.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 193 | 0 | 0.54 | 0.14 | 0.12 | 315.37 | 0.66 | 0.64 |
| Hex | E0 | 67 | C1 | 0 | 36 | E | C | 13B | 42 | 40 |
| Octal | 340 | 147 | 301 | 0 | 66 | 16 | 14 | 473 | 102 | 100 |
| Binary | 11100000 | 1100111 | 11000001 | 0 | 110110 | 1110 | 1100 | 100111011 | 1000010 | 1000000 |
Color Harmonies of #E067C1
Complementary color
Monochromatic Colors of #E067C1
Black with #E067C1
Text Example
Text Example
White with #E067C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E067C1; }
p { color: rgb(224,103,193); }
H1.HeaderClassName
{
color: #E067C1;
}
.AnyTagClassName
{
color: #E067C1;
}
</style>
background-color css
<style>
a { background-color: #E067C1; }
a { background-color: rgb(224,103,193); }
div.DivClassName
{
background-color: #E067C1;
}
.BgClassName
{
background-color: #E067C1;
}
</style>
border-color css
<style>
span { border-color: #E067C1; }
span { border-color: rgb(224,103,193); }
td.TdClassName
{
border-color: #E067C1;
}
.TagClassName
{
border-color: #E067C1;
}
</style>