Shades of Orchid #E369DD
Tints of Orchid #E369DD
RGB
CMYK
RGB Variations
Color information
#E369DD (or 0xE369DD) is known color: Orchid. HEX triplet: E3, 69 and DD. RGB value is (227,105,221). Sum of RGB (Red+Green+Blue) = 227+105+221=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E369DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E369DD is #1C9622. Grayscale: #9A9A9A. Windows color (decimal): -1873443 or 14510563. OLE color: 14510563.
HSL color Cylindrical-coordinate representation of color #E369DD: hue angle of 302.95º 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 #E369DD is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 105 | 221 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.11 |
| HSL | 302.95º | 0.69% | 0.65% | - |
| HSV(B) | 302.95º | 0.54% | 0.89% | - |
| XYZ | 49.78 | 31.65 | 71.89 | - |
| YUV | 154.7 | 165.42 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 105 | 221 | 0 | 0.54 | 0.03 | 0.11 | 302.95 | 0.69 | 0.65 |
| Hex | E3 | 69 | DD | 0 | 36 | 3 | B | 12F | 45 | 41 |
| Octal | 343 | 151 | 335 | 0 | 66 | 3 | 13 | 457 | 105 | 101 |
| Binary | 11100011 | 1101001 | 11011101 | 0 | 110110 | 11 | 1011 | 100101111 | 1000101 | 1000001 |
Color Harmonies of #E369DD
Complementary color
Monochromatic Colors of #E369DD
Black with #E369DD
Text Example
Text Example
White with #E369DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E369DD; }
p { color: rgb(227,105,221); }
H1.HeaderClassName
{
color: #E369DD;
}
.AnyTagClassName
{
color: #E369DD;
}
</style>
background-color css
<style>
a { background-color: #E369DD; }
a { background-color: rgb(227,105,221); }
div.DivClassName
{
background-color: #E369DD;
}
.BgClassName
{
background-color: #E369DD;
}
</style>
border-color css
<style>
span { border-color: #E369DD; }
span { border-color: rgb(227,105,221); }
td.TdClassName
{
border-color: #E369DD;
}
.TagClassName
{
border-color: #E369DD;
}
</style>