Shades of Orchid #E46BDF
Tints of Orchid #E46BDF
RGB
CMYK
RGB Variations
Color information
#E46BDF (or 0xE46BDF) is known color: Orchid. HEX triplet: E4, 6B and DF. RGB value is (228,107,223). Sum of RGB (Red+Green+Blue) = 228+107+223=558 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.86% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46BDF is #1B9420. Grayscale: #9C9C9C. Windows color (decimal): -1807393 or 14642148. OLE color: 14642148.
HSL color Cylindrical-coordinate representation of color #E46BDF: hue angle of 302.48º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E46BDF is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 107 | 223 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.11 |
| HSL | 302.48º | 0.69% | 0.66% | - |
| HSV(B) | 302.48º | 0.53% | 0.89% | - |
| XYZ | 50.57 | 32.34 | 73.39 | - |
| YUV | 156.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 107 | 223 | 0 | 0.53 | 0.02 | 0.11 | 302.48 | 0.69 | 0.66 |
| Hex | E4 | 6B | DF | 0 | 35 | 2 | B | 12E | 45 | 42 |
| Octal | 344 | 153 | 337 | 0 | 65 | 2 | 13 | 456 | 105 | 102 |
| Binary | 11100100 | 1101011 | 11011111 | 0 | 110101 | 10 | 1011 | 100101110 | 1000101 | 1000010 |
Color Harmonies of #E46BDF
Complementary color
Monochromatic Colors of #E46BDF
Black with #E46BDF
Text Example
Text Example
White with #E46BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46BDF; }
p { color: rgb(228,107,223); }
H1.HeaderClassName
{
color: #E46BDF;
}
.AnyTagClassName
{
color: #E46BDF;
}
</style>
background-color css
<style>
a { background-color: #E46BDF; }
a { background-color: rgb(228,107,223); }
div.DivClassName
{
background-color: #E46BDF;
}
.BgClassName
{
background-color: #E46BDF;
}
</style>
border-color css
<style>
span { border-color: #E46BDF; }
span { border-color: rgb(228,107,223); }
td.TdClassName
{
border-color: #E46BDF;
}
.TagClassName
{
border-color: #E46BDF;
}
</style>