Shades of Orchid #E068D7
Tints of Orchid #E068D7
RGB
CMYK
RGB Variations
Color information
#E068D7 (or 0xE068D7) is known color: Orchid. HEX triplet: E0, 68 and D7. RGB value is (224,104,215). Sum of RGB (Red+Green+Blue) = 224+104+215=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E068D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E068D7 is #1F9728. Grayscale: #989898. Windows color (decimal): -2070313 or 14117088. OLE color: 14117088.
HSL color Cylindrical-coordinate representation of color #E068D7: hue angle of 304.5º 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 #E068D7 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 215 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.12 |
| HSL | 304.5º | 0.66% | 0.64% | - |
| HSV(B) | 304.5º | 0.54% | 0.88% | - |
| XYZ | 47.96 | 30.65 | 67.68 | - |
| YUV | 152.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 215 | 0 | 0.54 | 0.04 | 0.12 | 304.5 | 0.66 | 0.64 |
| Hex | E0 | 68 | D7 | 0 | 36 | 4 | C | 130 | 42 | 40 |
| Octal | 340 | 150 | 327 | 0 | 66 | 4 | 14 | 460 | 102 | 100 |
| Binary | 11100000 | 1101000 | 11010111 | 0 | 110110 | 100 | 1100 | 100110000 | 1000010 | 1000000 |
Color Harmonies of #E068D7
Complementary color
Monochromatic Colors of #E068D7
Black with #E068D7
Text Example
Text Example
White with #E068D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E068D7; }
p { color: rgb(224,104,215); }
H1.HeaderClassName
{
color: #E068D7;
}
.AnyTagClassName
{
color: #E068D7;
}
</style>
background-color css
<style>
a { background-color: #E068D7; }
a { background-color: rgb(224,104,215); }
div.DivClassName
{
background-color: #E068D7;
}
.BgClassName
{
background-color: #E068D7;
}
</style>
border-color css
<style>
span { border-color: #E068D7; }
span { border-color: rgb(224,104,215); }
td.TdClassName
{
border-color: #E068D7;
}
.TagClassName
{
border-color: #E068D7;
}
</style>