Shades of Orchid #ED6EDF
Tints of Orchid #ED6EDF
RGB
CMYK
RGB Variations
Color information
#ED6EDF (or 0xED6EDF) is known color: Orchid. HEX triplet: ED, 6E and DF. RGB value is (237,110,223). Sum of RGB (Red+Green+Blue) = 237+110+223=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 110 (43.36% from 255 or 19.30% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6EDF is #129120. Grayscale: #A0A0A0. Windows color (decimal): -1216801 or 14642925. OLE color: 14642925.
HSL color Cylindrical-coordinate representation of color #ED6EDF: hue angle of 306.61º 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 #ED6EDF is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 110 | 223 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.07 |
| HSL | 306.61º | 0.78% | 0.68% | - |
| HSV(B) | 306.61º | 0.54% | 0.93% | - |
| XYZ | 53.82 | 34.48 | 73.63 | - |
| YUV | 160.86 | 163.08 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 110 | 223 | 0 | 0.54 | 0.06 | 0.07 | 306.61 | 0.78 | 0.68 |
| Hex | ED | 6E | DF | 0 | 36 | 6 | 7 | 133 | 4E | 44 |
| Octal | 355 | 156 | 337 | 0 | 66 | 6 | 7 | 463 | 116 | 104 |
| Binary | 11101101 | 1101110 | 11011111 | 0 | 110110 | 110 | 111 | 100110011 | 1001110 | 1000100 |
Color Harmonies of #ED6EDF
Complementary color
Monochromatic Colors of #ED6EDF
Black with #ED6EDF
Text Example
Text Example
White with #ED6EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6EDF; }
p { color: rgb(237,110,223); }
H1.HeaderClassName
{
color: #ED6EDF;
}
.AnyTagClassName
{
color: #ED6EDF;
}
</style>
background-color css
<style>
a { background-color: #ED6EDF; }
a { background-color: rgb(237,110,223); }
div.DivClassName
{
background-color: #ED6EDF;
}
.BgClassName
{
background-color: #ED6EDF;
}
</style>
border-color css
<style>
span { border-color: #ED6EDF; }
span { border-color: rgb(237,110,223); }
td.TdClassName
{
border-color: #ED6EDF;
}
.TagClassName
{
border-color: #ED6EDF;
}
</style>