Shades of Orchid #E068CC
Tints of Orchid #E068CC
RGB
CMYK
RGB Variations
Color information
#E068CC (or 0xE068CC) is known color: Orchid. HEX triplet: E0, 68 and CC. RGB value is (224,104,204). Sum of RGB (Red+Green+Blue) = 224+104+204=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E068CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E068CC is #1F9733. Grayscale: #979797. Windows color (decimal): -2070324 or 13396192. OLE color: 13396192.
HSL color Cylindrical-coordinate representation of color #E068CC: hue angle of 310º 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 #E068CC is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 204 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.12 |
| HSL | 310º | 0.66% | 0.64% | - |
| HSV(B) | 310º | 0.54% | 0.88% | - |
| XYZ | 46.59 | 30.11 | 60.48 | - |
| YUV | 151.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 204 | 0 | 0.54 | 0.09 | 0.12 | 310 | 0.66 | 0.64 |
| Hex | E0 | 68 | CC | 0 | 36 | 9 | C | 136 | 42 | 40 |
| Octal | 340 | 150 | 314 | 0 | 66 | 11 | 14 | 466 | 102 | 100 |
| Binary | 11100000 | 1101000 | 11001100 | 0 | 110110 | 1001 | 1100 | 100110110 | 1000010 | 1000000 |
Color Harmonies of #E068CC
Complementary color
Monochromatic Colors of #E068CC
Black with #E068CC
Text Example
Text Example
White with #E068CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E068CC; }
p { color: rgb(224,104,204); }
H1.HeaderClassName
{
color: #E068CC;
}
.AnyTagClassName
{
color: #E068CC;
}
</style>
background-color css
<style>
a { background-color: #E068CC; }
a { background-color: rgb(224,104,204); }
div.DivClassName
{
background-color: #E068CC;
}
.BgClassName
{
background-color: #E068CC;
}
</style>
border-color css
<style>
span { border-color: #E068CC; }
span { border-color: rgb(224,104,204); }
td.TdClassName
{
border-color: #E068CC;
}
.TagClassName
{
border-color: #E068CC;
}
</style>