Shades of Orchid #EB75D3
Tints of Orchid #EB75D3
RGB
CMYK
RGB Variations
Color information
#EB75D3 (or 0xEB75D3) is known color: Orchid. HEX triplet: EB, 75 and D3. RGB value is (235,117,211). Sum of RGB (Red+Green+Blue) = 235+117+211=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EB75D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB75D3 is #148A2C. Grayscale: #A2A2A2. Windows color (decimal): -1346093 or 13858283. OLE color: 13858283.
HSL color Cylindrical-coordinate representation of color #EB75D3: hue angle of 312.2º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB75D3 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 117 | 211 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.08 |
| HSL | 312.2º | 0.75% | 0.69% | - |
| HSV(B) | 312.2º | 0.5% | 0.92% | - |
| XYZ | 52.38 | 35.09 | 65.64 | - |
| YUV | 163 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 117 | 211 | 0 | 0.50 | 0.10 | 0.08 | 312.2 | 0.75 | 0.69 |
| Hex | EB | 75 | D3 | 0 | 32 | A | 8 | 138 | 4B | 45 |
| Octal | 353 | 165 | 323 | 0 | 62 | 12 | 10 | 470 | 113 | 105 |
| Binary | 11101011 | 1110101 | 11010011 | 0 | 110010 | 1010 | 1000 | 100111000 | 1001011 | 1000101 |
Color Harmonies of #EB75D3
Complementary color
Monochromatic Colors of #EB75D3
Black with #EB75D3
Text Example
Text Example
White with #EB75D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB75D3; }
p { color: rgb(235,117,211); }
H1.HeaderClassName
{
color: #EB75D3;
}
.AnyTagClassName
{
color: #EB75D3;
}
</style>
background-color css
<style>
a { background-color: #EB75D3; }
a { background-color: rgb(235,117,211); }
div.DivClassName
{
background-color: #EB75D3;
}
.BgClassName
{
background-color: #EB75D3;
}
</style>
border-color css
<style>
span { border-color: #EB75D3; }
span { border-color: rgb(235,117,211); }
td.TdClassName
{
border-color: #EB75D3;
}
.TagClassName
{
border-color: #EB75D3;
}
</style>