Shades of Orchid #E368DA
Tints of Orchid #E368DA
RGB
CMYK
RGB Variations
Color information
#E368DA (or 0xE368DA) is known color: Orchid. HEX triplet: E3, 68 and DA. RGB value is (227,104,218). Sum of RGB (Red+Green+Blue) = 227+104+218=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E368DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E368DA is #1C9725. Grayscale: #999999. Windows color (decimal): -1873702 or 14313699. OLE color: 14313699.
HSL color Cylindrical-coordinate representation of color #E368DA: hue angle of 304.39º 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 #E368DA is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 104 | 218 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.11 |
| HSL | 304.39º | 0.69% | 0.65% | - |
| HSV(B) | 304.39º | 0.54% | 0.89% | - |
| XYZ | 49.28 | 31.29 | 69.77 | - |
| YUV | 153.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 104 | 218 | 0 | 0.54 | 0.04 | 0.11 | 304.39 | 0.69 | 0.65 |
| Hex | E3 | 68 | DA | 0 | 36 | 4 | B | 130 | 45 | 41 |
| Octal | 343 | 150 | 332 | 0 | 66 | 4 | 13 | 460 | 105 | 101 |
| Binary | 11100011 | 1101000 | 11011010 | 0 | 110110 | 100 | 1011 | 100110000 | 1000101 | 1000001 |
Color Harmonies of #E368DA
Complementary color
Monochromatic Colors of #E368DA
Black with #E368DA
Text Example
Text Example
White with #E368DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E368DA; }
p { color: rgb(227,104,218); }
H1.HeaderClassName
{
color: #E368DA;
}
.AnyTagClassName
{
color: #E368DA;
}
</style>
background-color css
<style>
a { background-color: #E368DA; }
a { background-color: rgb(227,104,218); }
div.DivClassName
{
background-color: #E368DA;
}
.BgClassName
{
background-color: #E368DA;
}
</style>
border-color css
<style>
span { border-color: #E368DA; }
span { border-color: rgb(227,104,218); }
td.TdClassName
{
border-color: #E368DA;
}
.TagClassName
{
border-color: #E368DA;
}
</style>