Shades of Orchid #E268DA
Tints of Orchid #E268DA
RGB
CMYK
RGB Variations
Color information
#E268DA (or 0xE268DA) is known color: Orchid. HEX triplet: E2, 68 and DA. RGB value is (226,104,218). Sum of RGB (Red+Green+Blue) = 226+104+218=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E268DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E268DA is #1D9725. Grayscale: #999999. Windows color (decimal): -1939238 or 14313698. OLE color: 14313698.
HSL color Cylindrical-coordinate representation of color #E268DA: hue angle of 303.93º degrees, saturation: 0.68, 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 #E268DA is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 218 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.11 |
| HSL | 303.93º | 0.68% | 0.65% | - |
| HSV(B) | 303.93º | 0.54% | 0.89% | - |
| XYZ | 48.97 | 31.13 | 69.76 | - |
| YUV | 153.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 218 | 0 | 0.54 | 0.04 | 0.11 | 303.93 | 0.68 | 0.65 |
| Hex | E2 | 68 | DA | 0 | 36 | 4 | B | 130 | 44 | 41 |
| Octal | 342 | 150 | 332 | 0 | 66 | 4 | 13 | 460 | 104 | 101 |
| Binary | 11100010 | 1101000 | 11011010 | 0 | 110110 | 100 | 1011 | 100110000 | 1000100 | 1000001 |
Color Harmonies of #E268DA
Complementary color
Monochromatic Colors of #E268DA
Black with #E268DA
Text Example
Text Example
White with #E268DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268DA; }
p { color: rgb(226,104,218); }
H1.HeaderClassName
{
color: #E268DA;
}
.AnyTagClassName
{
color: #E268DA;
}
</style>
background-color css
<style>
a { background-color: #E268DA; }
a { background-color: rgb(226,104,218); }
div.DivClassName
{
background-color: #E268DA;
}
.BgClassName
{
background-color: #E268DA;
}
</style>
border-color css
<style>
span { border-color: #E268DA; }
span { border-color: rgb(226,104,218); }
td.TdClassName
{
border-color: #E268DA;
}
.TagClassName
{
border-color: #E268DA;
}
</style>