Shades of Orchid #E06FCD
Tints of Orchid #E06FCD
RGB
CMYK
RGB Variations
Color information
#E06FCD (or 0xE06FCD) is known color: Orchid. HEX triplet: E0, 6F and CD. RGB value is (224,111,205). Sum of RGB (Red+Green+Blue) = 224+111+205=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FCD is #1F9032. Grayscale: #9B9B9B. Windows color (decimal): -2068531 or 13463520. OLE color: 13463520.
HSL color Cylindrical-coordinate representation of color #E06FCD: hue angle of 310.09º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06FCD is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 205 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.12 |
| HSL | 310.09º | 0.65% | 0.66% | - |
| HSV(B) | 310.09º | 0.5% | 0.88% | - |
| XYZ | 47.44 | 31.62 | 61.36 | - |
| YUV | 155.5 | 155.94 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 205 | 0 | 0.50 | 0.08 | 0.12 | 310.09 | 0.65 | 0.66 |
| Hex | E0 | 6F | CD | 0 | 32 | 8 | C | 136 | 41 | 42 |
| Octal | 340 | 157 | 315 | 0 | 62 | 10 | 14 | 466 | 101 | 102 |
| Binary | 11100000 | 1101111 | 11001101 | 0 | 110010 | 1000 | 1100 | 100110110 | 1000001 | 1000010 |
Color Harmonies of #E06FCD
Complementary color
Monochromatic Colors of #E06FCD
Black with #E06FCD
Text Example
Text Example
White with #E06FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FCD; }
p { color: rgb(224,111,205); }
H1.HeaderClassName
{
color: #E06FCD;
}
.AnyTagClassName
{
color: #E06FCD;
}
</style>
background-color css
<style>
a { background-color: #E06FCD; }
a { background-color: rgb(224,111,205); }
div.DivClassName
{
background-color: #E06FCD;
}
.BgClassName
{
background-color: #E06FCD;
}
</style>
border-color css
<style>
span { border-color: #E06FCD; }
span { border-color: rgb(224,111,205); }
td.TdClassName
{
border-color: #E06FCD;
}
.TagClassName
{
border-color: #E06FCD;
}
</style>