Shades of Orchid #E368DD
Tints of Orchid #E368DD
RGB
CMYK
RGB Variations
Color information
#E368DD (or 0xE368DD) is known color: Orchid. HEX triplet: E3, 68 and DD. RGB value is (227,104,221). Sum of RGB (Red+Green+Blue) = 227+104+221=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E368DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E368DD is #1C9722. Grayscale: #999999. Windows color (decimal): -1873699 or 14510307. OLE color: 14510307.
HSL color Cylindrical-coordinate representation of color #E368DD: hue angle of 302.93º 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 #E368DD is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 104 | 221 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.11 |
| HSL | 302.93º | 0.69% | 0.65% | - |
| HSV(B) | 302.93º | 0.54% | 0.89% | - |
| XYZ | 49.68 | 31.45 | 71.86 | - |
| YUV | 154.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 104 | 221 | 0 | 0.54 | 0.03 | 0.11 | 302.93 | 0.69 | 0.65 |
| Hex | E3 | 68 | DD | 0 | 36 | 3 | B | 12F | 45 | 41 |
| Octal | 343 | 150 | 335 | 0 | 66 | 3 | 13 | 457 | 105 | 101 |
| Binary | 11100011 | 1101000 | 11011101 | 0 | 110110 | 11 | 1011 | 100101111 | 1000101 | 1000001 |
Color Harmonies of #E368DD
Complementary color
Monochromatic Colors of #E368DD
Black with #E368DD
Text Example
Text Example
White with #E368DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E368DD; }
p { color: rgb(227,104,221); }
H1.HeaderClassName
{
color: #E368DD;
}
.AnyTagClassName
{
color: #E368DD;
}
</style>
background-color css
<style>
a { background-color: #E368DD; }
a { background-color: rgb(227,104,221); }
div.DivClassName
{
background-color: #E368DD;
}
.BgClassName
{
background-color: #E368DD;
}
</style>
border-color css
<style>
span { border-color: #E368DD; }
span { border-color: rgb(227,104,221); }
td.TdClassName
{
border-color: #E368DD;
}
.TagClassName
{
border-color: #E368DD;
}
</style>