Shades of Orchid #E068D0
Tints of Orchid #E068D0
RGB
CMYK
RGB Variations
Color information
#E068D0 (or 0xE068D0) is known color: Orchid. HEX triplet: E0, 68 and D0. RGB value is (224,104,208). Sum of RGB (Red+Green+Blue) = 224+104+208=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E068D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E068D0 is #1F972F. Grayscale: #979797. Windows color (decimal): -2070320 or 13658336. OLE color: 13658336.
HSL color Cylindrical-coordinate representation of color #E068D0: hue angle of 308º 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 #E068D0 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 208 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.12 |
| HSL | 308º | 0.66% | 0.64% | - |
| HSV(B) | 308º | 0.54% | 0.88% | - |
| XYZ | 47.08 | 30.3 | 63.04 | - |
| YUV | 151.74 | 159.76 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 208 | 0 | 0.54 | 0.07 | 0.12 | 308 | 0.66 | 0.64 |
| Hex | E0 | 68 | D0 | 0 | 36 | 7 | C | 134 | 42 | 40 |
| Octal | 340 | 150 | 320 | 0 | 66 | 7 | 14 | 464 | 102 | 100 |
| Binary | 11100000 | 1101000 | 11010000 | 0 | 110110 | 111 | 1100 | 100110100 | 1000010 | 1000000 |
Color Harmonies of #E068D0
Complementary color
Monochromatic Colors of #E068D0
Black with #E068D0
Text Example
Text Example
White with #E068D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E068D0; }
p { color: rgb(224,104,208); }
H1.HeaderClassName
{
color: #E068D0;
}
.AnyTagClassName
{
color: #E068D0;
}
</style>
background-color css
<style>
a { background-color: #E068D0; }
a { background-color: rgb(224,104,208); }
div.DivClassName
{
background-color: #E068D0;
}
.BgClassName
{
background-color: #E068D0;
}
</style>
border-color css
<style>
span { border-color: #E068D0; }
span { border-color: rgb(224,104,208); }
td.TdClassName
{
border-color: #E068D0;
}
.TagClassName
{
border-color: #E068D0;
}
</style>