Shades of Orchid #E46CDD
Tints of Orchid #E46CDD
RGB
CMYK
RGB Variations
Color information
#E46CDD (or 0xE46CDD) is known color: Orchid. HEX triplet: E4, 6C and DD. RGB value is (228,108,221). Sum of RGB (Red+Green+Blue) = 228+108+221=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46CDD is #1B9322. Grayscale: #9C9C9C. Windows color (decimal): -1807139 or 14511332. OLE color: 14511332.
HSL color Cylindrical-coordinate representation of color #E46CDD: hue angle of 303.5º 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 #E46CDD is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 108 | 221 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.11 |
| HSL | 303.5º | 0.69% | 0.66% | - |
| HSV(B) | 303.5º | 0.53% | 0.89% | - |
| XYZ | 50.41 | 32.44 | 72.01 | - |
| YUV | 156.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 221 | 0 | 0.53 | 0.03 | 0.11 | 303.5 | 0.69 | 0.66 |
| Hex | E4 | 6C | DD | 0 | 35 | 3 | B | 130 | 45 | 42 |
| Octal | 344 | 154 | 335 | 0 | 65 | 3 | 13 | 460 | 105 | 102 |
| Binary | 11100100 | 1101100 | 11011101 | 0 | 110101 | 11 | 1011 | 100110000 | 1000101 | 1000010 |
Color Harmonies of #E46CDD
Complementary color
Monochromatic Colors of #E46CDD
Black with #E46CDD
Text Example
Text Example
White with #E46CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46CDD; }
p { color: rgb(228,108,221); }
H1.HeaderClassName
{
color: #E46CDD;
}
.AnyTagClassName
{
color: #E46CDD;
}
</style>
background-color css
<style>
a { background-color: #E46CDD; }
a { background-color: rgb(228,108,221); }
div.DivClassName
{
background-color: #E46CDD;
}
.BgClassName
{
background-color: #E46CDD;
}
</style>
border-color css
<style>
span { border-color: #E46CDD; }
span { border-color: rgb(228,108,221); }
td.TdClassName
{
border-color: #E46CDD;
}
.TagClassName
{
border-color: #E46CDD;
}
</style>