Shades of Orchid #E068CA
Tints of Orchid #E068CA
RGB
CMYK
RGB Variations
Color information
#E068CA (or 0xE068CA) is known color: Orchid. HEX triplet: E0, 68 and CA. RGB value is (224,104,202). Sum of RGB (Red+Green+Blue) = 224+104+202=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E068CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E068CA is #1F9735. Grayscale: #969696. Windows color (decimal): -2070326 or 13265120. OLE color: 13265120.
HSL color Cylindrical-coordinate representation of color #E068CA: hue angle of 311º 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 #E068CA is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 202 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.12 |
| HSL | 311º | 0.66% | 0.64% | - |
| HSV(B) | 311º | 0.54% | 0.88% | - |
| XYZ | 46.35 | 30.01 | 59.23 | - |
| YUV | 151.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 202 | 0 | 0.54 | 0.10 | 0.12 | 311 | 0.66 | 0.64 |
| Hex | E0 | 68 | CA | 0 | 36 | A | C | 137 | 42 | 40 |
| Octal | 340 | 150 | 312 | 0 | 66 | 12 | 14 | 467 | 102 | 100 |
| Binary | 11100000 | 1101000 | 11001010 | 0 | 110110 | 1010 | 1100 | 100110111 | 1000010 | 1000000 |
Color Harmonies of #E068CA
Complementary color
Monochromatic Colors of #E068CA
Black with #E068CA
Text Example
Text Example
White with #E068CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E068CA; }
p { color: rgb(224,104,202); }
H1.HeaderClassName
{
color: #E068CA;
}
.AnyTagClassName
{
color: #E068CA;
}
</style>
background-color css
<style>
a { background-color: #E068CA; }
a { background-color: rgb(224,104,202); }
div.DivClassName
{
background-color: #E068CA;
}
.BgClassName
{
background-color: #E068CA;
}
</style>
border-color css
<style>
span { border-color: #E068CA; }
span { border-color: rgb(224,104,202); }
td.TdClassName
{
border-color: #E068CA;
}
.TagClassName
{
border-color: #E068CA;
}
</style>