Shades of Orchid #EB6FDC
Tints of Orchid #EB6FDC
RGB
CMYK
RGB Variations
Color information
#EB6FDC (or 0xEB6FDC) is known color: Orchid. HEX triplet: EB, 6F and DC. RGB value is (235,111,220). Sum of RGB (Red+Green+Blue) = 235+111+220=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6FDC is #149023. Grayscale: #A0A0A0. Windows color (decimal): -1347620 or 14446571. OLE color: 14446571.
HSL color Cylindrical-coordinate representation of color #EB6FDC: hue angle of 307.26º 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 #EB6FDC is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 111 | 220 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.08 |
| HSL | 307.26º | 0.76% | 0.68% | - |
| HSV(B) | 307.26º | 0.53% | 0.92% | - |
| XYZ | 52.86 | 34.2 | 71.52 | - |
| YUV | 160.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 111 | 220 | 0 | 0.53 | 0.06 | 0.08 | 307.26 | 0.76 | 0.68 |
| Hex | EB | 6F | DC | 0 | 35 | 6 | 8 | 133 | 4C | 44 |
| Octal | 353 | 157 | 334 | 0 | 65 | 6 | 10 | 463 | 114 | 104 |
| Binary | 11101011 | 1101111 | 11011100 | 0 | 110101 | 110 | 1000 | 100110011 | 1001100 | 1000100 |
Color Harmonies of #EB6FDC
Complementary color
Monochromatic Colors of #EB6FDC
Black with #EB6FDC
Text Example
Text Example
White with #EB6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6FDC; }
p { color: rgb(235,111,220); }
H1.HeaderClassName
{
color: #EB6FDC;
}
.AnyTagClassName
{
color: #EB6FDC;
}
</style>
background-color css
<style>
a { background-color: #EB6FDC; }
a { background-color: rgb(235,111,220); }
div.DivClassName
{
background-color: #EB6FDC;
}
.BgClassName
{
background-color: #EB6FDC;
}
</style>
border-color css
<style>
span { border-color: #EB6FDC; }
span { border-color: rgb(235,111,220); }
td.TdClassName
{
border-color: #EB6FDC;
}
.TagClassName
{
border-color: #EB6FDC;
}
</style>