Shades of Orchid #EB77DC
Tints of Orchid #EB77DC
RGB
CMYK
RGB Variations
Color information
#EB77DC (or 0xEB77DC) is known color: Orchid. HEX triplet: EB, 77 and DC. RGB value is (235,119,220). Sum of RGB (Red+Green+Blue) = 235+119+220=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77DC is #148823. Grayscale: #A4A4A4. Windows color (decimal): -1345572 or 14448619. OLE color: 14448619.
HSL color Cylindrical-coordinate representation of color #EB77DC: hue angle of 307.76º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB77DC is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 119 | 220 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.08 |
| HSL | 307.76º | 0.74% | 0.69% | - |
| HSV(B) | 307.76º | 0.49% | 0.92% | - |
| XYZ | 53.78 | 36.02 | 71.83 | - |
| YUV | 165.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 119 | 220 | 0 | 0.49 | 0.06 | 0.08 | 307.76 | 0.74 | 0.69 |
| Hex | EB | 77 | DC | 0 | 31 | 6 | 8 | 134 | 4A | 45 |
| Octal | 353 | 167 | 334 | 0 | 61 | 6 | 10 | 464 | 112 | 105 |
| Binary | 11101011 | 1110111 | 11011100 | 0 | 110001 | 110 | 1000 | 100110100 | 1001010 | 1000101 |
Color Harmonies of #EB77DC
Complementary color
Monochromatic Colors of #EB77DC
Black with #EB77DC
Text Example
Text Example
White with #EB77DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB77DC; }
p { color: rgb(235,119,220); }
H1.HeaderClassName
{
color: #EB77DC;
}
.AnyTagClassName
{
color: #EB77DC;
}
</style>
background-color css
<style>
a { background-color: #EB77DC; }
a { background-color: rgb(235,119,220); }
div.DivClassName
{
background-color: #EB77DC;
}
.BgClassName
{
background-color: #EB77DC;
}
</style>
border-color css
<style>
span { border-color: #EB77DC; }
span { border-color: rgb(235,119,220); }
td.TdClassName
{
border-color: #EB77DC;
}
.TagClassName
{
border-color: #EB77DC;
}
</style>