Shades of Orchid #ED6FDB
Tints of Orchid #ED6FDB
RGB
CMYK
RGB Variations
Color information
#ED6FDB (or 0xED6FDB) is known color: Orchid. HEX triplet: ED, 6F and DB. RGB value is (237,111,219). Sum of RGB (Red+Green+Blue) = 237+111+219=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6FDB is #129024. Grayscale: #A0A0A0. Windows color (decimal): -1216549 or 14381037. OLE color: 14381037.
HSL color Cylindrical-coordinate representation of color #ED6FDB: hue angle of 308.57º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED6FDB is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 111 | 219 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.07 |
| HSL | 308.57º | 0.78% | 0.68% | - |
| HSV(B) | 308.57º | 0.53% | 0.93% | - |
| XYZ | 53.4 | 34.49 | 70.86 | - |
| YUV | 160.99 | 160.74 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 219 | 0 | 0.53 | 0.08 | 0.07 | 308.57 | 0.78 | 0.68 |
| Hex | ED | 6F | DB | 0 | 35 | 8 | 7 | 135 | 4E | 44 |
| Octal | 355 | 157 | 333 | 0 | 65 | 10 | 7 | 465 | 116 | 104 |
| Binary | 11101101 | 1101111 | 11011011 | 0 | 110101 | 1000 | 111 | 100110101 | 1001110 | 1000100 |
Color Harmonies of #ED6FDB
Complementary color
Monochromatic Colors of #ED6FDB
Black with #ED6FDB
Text Example
Text Example
White with #ED6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6FDB; }
p { color: rgb(237,111,219); }
H1.HeaderClassName
{
color: #ED6FDB;
}
.AnyTagClassName
{
color: #ED6FDB;
}
</style>
background-color css
<style>
a { background-color: #ED6FDB; }
a { background-color: rgb(237,111,219); }
div.DivClassName
{
background-color: #ED6FDB;
}
.BgClassName
{
background-color: #ED6FDB;
}
</style>
border-color css
<style>
span { border-color: #ED6FDB; }
span { border-color: rgb(237,111,219); }
td.TdClassName
{
border-color: #ED6FDB;
}
.TagClassName
{
border-color: #ED6FDB;
}
</style>