Shades of Orchid #EB6EDD
Tints of Orchid #EB6EDD
RGB
CMYK
RGB Variations
Color information
#EB6EDD (or 0xEB6EDD) is known color: Orchid. HEX triplet: EB, 6E and DD. RGB value is (235,110,221). Sum of RGB (Red+Green+Blue) = 235+110+221=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6EDD is #149122. Grayscale: #9F9F9F. Windows color (decimal): -1347875 or 14511851. OLE color: 14511851.
HSL color Cylindrical-coordinate representation of color #EB6EDD: hue angle of 306.72º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6EDD is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 110 | 221 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.08 |
| HSL | 306.72º | 0.76% | 0.68% | - |
| HSV(B) | 306.72º | 0.53% | 0.92% | - |
| XYZ | 52.89 | 34.03 | 72.19 | - |
| YUV | 160.03 | 162.41 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 110 | 221 | 0 | 0.53 | 0.06 | 0.08 | 306.72 | 0.76 | 0.68 |
| Hex | EB | 6E | DD | 0 | 35 | 6 | 8 | 133 | 4C | 44 |
| Octal | 353 | 156 | 335 | 0 | 65 | 6 | 10 | 463 | 114 | 104 |
| Binary | 11101011 | 1101110 | 11011101 | 0 | 110101 | 110 | 1000 | 100110011 | 1001100 | 1000100 |
Color Harmonies of #EB6EDD
Complementary color
Monochromatic Colors of #EB6EDD
Black with #EB6EDD
Text Example
Text Example
White with #EB6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6EDD; }
p { color: rgb(235,110,221); }
H1.HeaderClassName
{
color: #EB6EDD;
}
.AnyTagClassName
{
color: #EB6EDD;
}
</style>
background-color css
<style>
a { background-color: #EB6EDD; }
a { background-color: rgb(235,110,221); }
div.DivClassName
{
background-color: #EB6EDD;
}
.BgClassName
{
background-color: #EB6EDD;
}
</style>
border-color css
<style>
span { border-color: #EB6EDD; }
span { border-color: rgb(235,110,221); }
td.TdClassName
{
border-color: #EB6EDD;
}
.TagClassName
{
border-color: #EB6EDD;
}
</style>