Shades of Orchid #EB73CF
Tints of Orchid #EB73CF
RGB
CMYK
RGB Variations
Color information
#EB73CF (or 0xEB73CF) is known color: Orchid. HEX triplet: EB, 73 and CF. RGB value is (235,115,207). Sum of RGB (Red+Green+Blue) = 235+115+207=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73CF is #148C30. Grayscale: #A1A1A1. Windows color (decimal): -1346609 or 13595627. OLE color: 13595627.
HSL color Cylindrical-coordinate representation of color #EB73CF: hue angle of 314º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB73CF is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 115 | 207 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.08 |
| HSL | 314º | 0.75% | 0.69% | - |
| HSV(B) | 314º | 0.51% | 0.92% | - |
| XYZ | 51.65 | 34.43 | 62.95 | - |
| YUV | 161.37 | 153.76 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 115 | 207 | 0 | 0.51 | 0.12 | 0.08 | 314 | 0.75 | 0.69 |
| Hex | EB | 73 | CF | 0 | 33 | C | 8 | 13A | 4B | 45 |
| Octal | 353 | 163 | 317 | 0 | 63 | 14 | 10 | 472 | 113 | 105 |
| Binary | 11101011 | 1110011 | 11001111 | 0 | 110011 | 1100 | 1000 | 100111010 | 1001011 | 1000101 |
Color Harmonies of #EB73CF
Complementary color
Monochromatic Colors of #EB73CF
Black with #EB73CF
Text Example
Text Example
White with #EB73CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB73CF; }
p { color: rgb(235,115,207); }
H1.HeaderClassName
{
color: #EB73CF;
}
.AnyTagClassName
{
color: #EB73CF;
}
</style>
background-color css
<style>
a { background-color: #EB73CF; }
a { background-color: rgb(235,115,207); }
div.DivClassName
{
background-color: #EB73CF;
}
.BgClassName
{
background-color: #EB73CF;
}
</style>
border-color css
<style>
span { border-color: #EB73CF; }
span { border-color: rgb(235,115,207); }
td.TdClassName
{
border-color: #EB73CF;
}
.TagClassName
{
border-color: #EB73CF;
}
</style>