Shades of Orchid #ED6EDB
Tints of Orchid #ED6EDB
RGB
CMYK
RGB Variations
Color information
#ED6EDB (or 0xED6EDB) is known color: Orchid. HEX triplet: ED, 6E and DB. RGB value is (237,110,219). Sum of RGB (Red+Green+Blue) = 237+110+219=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6EDB is #129124. Grayscale: #A0A0A0. Windows color (decimal): -1216805 or 14380781. OLE color: 14380781.
HSL color Cylindrical-coordinate representation of color #ED6EDB: hue angle of 308.5º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6EDB is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 110 | 219 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.07 |
| HSL | 308.5º | 0.78% | 0.68% | - |
| HSV(B) | 308.5º | 0.54% | 0.93% | - |
| XYZ | 53.29 | 34.27 | 70.82 | - |
| YUV | 160.4 | 161.08 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 110 | 219 | 0 | 0.54 | 0.08 | 0.07 | 308.5 | 0.78 | 0.68 |
| Hex | ED | 6E | DB | 0 | 36 | 8 | 7 | 135 | 4E | 44 |
| Octal | 355 | 156 | 333 | 0 | 66 | 10 | 7 | 465 | 116 | 104 |
| Binary | 11101101 | 1101110 | 11011011 | 0 | 110110 | 1000 | 111 | 100110101 | 1001110 | 1000100 |
Color Harmonies of #ED6EDB
Complementary color
Monochromatic Colors of #ED6EDB
Black with #ED6EDB
Text Example
Text Example
White with #ED6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6EDB; }
p { color: rgb(237,110,219); }
H1.HeaderClassName
{
color: #ED6EDB;
}
.AnyTagClassName
{
color: #ED6EDB;
}
</style>
background-color css
<style>
a { background-color: #ED6EDB; }
a { background-color: rgb(237,110,219); }
div.DivClassName
{
background-color: #ED6EDB;
}
.BgClassName
{
background-color: #ED6EDB;
}
</style>
border-color css
<style>
span { border-color: #ED6EDB; }
span { border-color: rgb(237,110,219); }
td.TdClassName
{
border-color: #ED6EDB;
}
.TagClassName
{
border-color: #ED6EDB;
}
</style>