Shades of Orchid #ED6FDC
Tints of Orchid #ED6FDC
RGB
CMYK
RGB Variations
Color information
#ED6FDC (or 0xED6FDC) is known color: Orchid. HEX triplet: ED, 6F and DC. RGB value is (237,111,220). Sum of RGB (Red+Green+Blue) = 237+111+220=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6FDC is #129023. Grayscale: #A0A0A0. Windows color (decimal): -1216548 or 14446573. OLE color: 14446573.
HSL color Cylindrical-coordinate representation of color #ED6FDC: hue angle of 308.1º 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 #ED6FDC is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 111 | 220 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.07 |
| HSL | 308.1º | 0.78% | 0.68% | - |
| HSV(B) | 308.1º | 0.53% | 0.93% | - |
| XYZ | 53.53 | 34.54 | 71.56 | - |
| YUV | 161.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 220 | 0 | 0.53 | 0.07 | 0.07 | 308.1 | 0.78 | 0.68 |
| Hex | ED | 6F | DC | 0 | 35 | 7 | 7 | 134 | 4E | 44 |
| Octal | 355 | 157 | 334 | 0 | 65 | 7 | 7 | 464 | 116 | 104 |
| Binary | 11101101 | 1101111 | 11011100 | 0 | 110101 | 111 | 111 | 100110100 | 1001110 | 1000100 |
Color Harmonies of #ED6FDC
Complementary color
Monochromatic Colors of #ED6FDC
Black with #ED6FDC
Text Example
Text Example
White with #ED6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6FDC; }
p { color: rgb(237,111,220); }
H1.HeaderClassName
{
color: #ED6FDC;
}
.AnyTagClassName
{
color: #ED6FDC;
}
</style>
background-color css
<style>
a { background-color: #ED6FDC; }
a { background-color: rgb(237,111,220); }
div.DivClassName
{
background-color: #ED6FDC;
}
.BgClassName
{
background-color: #ED6FDC;
}
</style>
border-color css
<style>
span { border-color: #ED6FDC; }
span { border-color: rgb(237,111,220); }
td.TdClassName
{
border-color: #ED6FDC;
}
.TagClassName
{
border-color: #ED6FDC;
}
</style>