Shades of Orchid #E368DC
Tints of Orchid #E368DC
RGB
CMYK
RGB Variations
Color information
#E368DC (or 0xE368DC) is known color: Orchid. HEX triplet: E3, 68 and DC. RGB value is (227,104,220). Sum of RGB (Red+Green+Blue) = 227+104+220=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E368DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E368DC is #1C9723. Grayscale: #999999. Windows color (decimal): -1873700 or 14444771. OLE color: 14444771.
HSL color Cylindrical-coordinate representation of color #E368DC: hue angle of 303.41º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E368DC is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 104 | 220 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.11 |
| HSL | 303.41º | 0.69% | 0.65% | - |
| HSV(B) | 303.41º | 0.54% | 0.89% | - |
| XYZ | 49.55 | 31.4 | 71.16 | - |
| YUV | 154 | 165.25 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 104 | 220 | 0 | 0.54 | 0.03 | 0.11 | 303.41 | 0.69 | 0.65 |
| Hex | E3 | 68 | DC | 0 | 36 | 3 | B | 12F | 45 | 41 |
| Octal | 343 | 150 | 334 | 0 | 66 | 3 | 13 | 457 | 105 | 101 |
| Binary | 11100011 | 1101000 | 11011100 | 0 | 110110 | 11 | 1011 | 100101111 | 1000101 | 1000001 |
Color Harmonies of #E368DC
Complementary color
Monochromatic Colors of #E368DC
Black with #E368DC
Text Example
Text Example
White with #E368DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E368DC; }
p { color: rgb(227,104,220); }
H1.HeaderClassName
{
color: #E368DC;
}
.AnyTagClassName
{
color: #E368DC;
}
</style>
background-color css
<style>
a { background-color: #E368DC; }
a { background-color: rgb(227,104,220); }
div.DivClassName
{
background-color: #E368DC;
}
.BgClassName
{
background-color: #E368DC;
}
</style>
border-color css
<style>
span { border-color: #E368DC; }
span { border-color: rgb(227,104,220); }
td.TdClassName
{
border-color: #E368DC;
}
.TagClassName
{
border-color: #E368DC;
}
</style>