Shades of Orchid #E46CCD
Tints of Orchid #E46CCD
RGB
CMYK
RGB Variations
Color information
#E46CCD (or 0xE46CCD) is known color: Orchid. HEX triplet: E4, 6C and CD. RGB value is (228,108,205). Sum of RGB (Red+Green+Blue) = 228+108+205=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46CCD is #1B9332. Grayscale: #9A9A9A. Windows color (decimal): -1807155 or 13462756. OLE color: 13462756.
HSL color Cylindrical-coordinate representation of color #E46CCD: hue angle of 311.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 #E46CCD is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 108 | 205 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.11 |
| HSL | 311.5º | 0.69% | 0.66% | - |
| HSV(B) | 311.5º | 0.53% | 0.89% | - |
| XYZ | 48.38 | 31.63 | 61.31 | - |
| YUV | 154.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 205 | 0 | 0.53 | 0.10 | 0.11 | 311.5 | 0.69 | 0.66 |
| Hex | E4 | 6C | CD | 0 | 35 | A | B | 138 | 45 | 42 |
| Octal | 344 | 154 | 315 | 0 | 65 | 12 | 13 | 470 | 105 | 102 |
| Binary | 11100100 | 1101100 | 11001101 | 0 | 110101 | 1010 | 1011 | 100111000 | 1000101 | 1000010 |
Color Harmonies of #E46CCD
Complementary color
Monochromatic Colors of #E46CCD
Black with #E46CCD
Text Example
Text Example
White with #E46CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46CCD; }
p { color: rgb(228,108,205); }
H1.HeaderClassName
{
color: #E46CCD;
}
.AnyTagClassName
{
color: #E46CCD;
}
</style>
background-color css
<style>
a { background-color: #E46CCD; }
a { background-color: rgb(228,108,205); }
div.DivClassName
{
background-color: #E46CCD;
}
.BgClassName
{
background-color: #E46CCD;
}
</style>
border-color css
<style>
span { border-color: #E46CCD; }
span { border-color: rgb(228,108,205); }
td.TdClassName
{
border-color: #E46CCD;
}
.TagClassName
{
border-color: #E46CCD;
}
</style>