Shades of Orchid #E06FDD
Tints of Orchid #E06FDD
RGB
CMYK
RGB Variations
Color information
#E06FDD (or 0xE06FDD) is known color: Orchid. HEX triplet: E0, 6F and DD. RGB value is (224,111,221). Sum of RGB (Red+Green+Blue) = 224+111+221=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FDD is #1F9022. Grayscale: #9D9D9D. Windows color (decimal): -2068515 or 14512096. OLE color: 14512096.
HSL color Cylindrical-coordinate representation of color #E06FDD: hue angle of 301.59º 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 #E06FDD is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 221 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.12 |
| HSL | 301.59º | 0.65% | 0.66% | - |
| HSV(B) | 301.59º | 0.5% | 0.88% | - |
| XYZ | 49.48 | 32.44 | 72.06 | - |
| YUV | 157.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 221 | 0 | 0.50 | 0.01 | 0.12 | 301.59 | 0.65 | 0.66 |
| Hex | E0 | 6F | DD | 0 | 32 | 1 | C | 12E | 41 | 42 |
| Octal | 340 | 157 | 335 | 0 | 62 | 1 | 14 | 456 | 101 | 102 |
| Binary | 11100000 | 1101111 | 11011101 | 0 | 110010 | 1 | 1100 | 100101110 | 1000001 | 1000010 |
Color Harmonies of #E06FDD
Complementary color
Monochromatic Colors of #E06FDD
Black with #E06FDD
Text Example
Text Example
White with #E06FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FDD; }
p { color: rgb(224,111,221); }
H1.HeaderClassName
{
color: #E06FDD;
}
.AnyTagClassName
{
color: #E06FDD;
}
</style>
background-color css
<style>
a { background-color: #E06FDD; }
a { background-color: rgb(224,111,221); }
div.DivClassName
{
background-color: #E06FDD;
}
.BgClassName
{
background-color: #E06FDD;
}
</style>
border-color css
<style>
span { border-color: #E06FDD; }
span { border-color: rgb(224,111,221); }
td.TdClassName
{
border-color: #E06FDD;
}
.TagClassName
{
border-color: #E06FDD;
}
</style>