Shades of Orchid #E86FCB
Tints of Orchid #E86FCB
RGB
CMYK
RGB Variations
Color information
#E86FCB (or 0xE86FCB) is known color: Orchid. HEX triplet: E8, 6F and CB. RGB value is (232,111,203). Sum of RGB (Red+Green+Blue) = 232+111+203=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E86FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86FCB is #179034. Grayscale: #9D9D9D. Windows color (decimal): -1544245 or 13332456. OLE color: 13332456.
HSL color Cylindrical-coordinate representation of color #E86FCB: hue angle of 314.38º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E86FCB is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 203 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.09 |
| HSL | 314.38º | 0.72% | 0.67% | - |
| HSV(B) | 314.38º | 0.52% | 0.91% | - |
| XYZ | 49.74 | 32.84 | 60.22 | - |
| YUV | 157.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 203 | 0 | 0.52 | 0.12 | 0.09 | 314.38 | 0.72 | 0.67 |
| Hex | E8 | 6F | CB | 0 | 34 | C | 9 | 13A | 48 | 43 |
| Octal | 350 | 157 | 313 | 0 | 64 | 14 | 11 | 472 | 110 | 103 |
| Binary | 11101000 | 1101111 | 11001011 | 0 | 110100 | 1100 | 1001 | 100111010 | 1001000 | 1000011 |
Color Harmonies of #E86FCB
Complementary color
Monochromatic Colors of #E86FCB
Black with #E86FCB
Text Example
Text Example
White with #E86FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86FCB; }
p { color: rgb(232,111,203); }
H1.HeaderClassName
{
color: #E86FCB;
}
.AnyTagClassName
{
color: #E86FCB;
}
</style>
background-color css
<style>
a { background-color: #E86FCB; }
a { background-color: rgb(232,111,203); }
div.DivClassName
{
background-color: #E86FCB;
}
.BgClassName
{
background-color: #E86FCB;
}
</style>
border-color css
<style>
span { border-color: #E86FCB; }
span { border-color: rgb(232,111,203); }
td.TdClassName
{
border-color: #E86FCB;
}
.TagClassName
{
border-color: #E86FCB;
}
</style>