Shades of Orchid #E268D3
Tints of Orchid #E268D3
RGB
CMYK
RGB Variations
Color information
#E268D3 (or 0xE268D3) is known color: Orchid. HEX triplet: E2, 68 and D3. RGB value is (226,104,211). Sum of RGB (Red+Green+Blue) = 226+104+211=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 211 (82.81% from 255 or 39.00% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E268D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E268D3 is #1D972C. Grayscale: #989898. Windows color (decimal): -1939245 or 13854946. OLE color: 13854946.
HSL color Cylindrical-coordinate representation of color #E268D3: hue angle of 307.38º 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 #E268D3 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 211 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.11 |
| HSL | 307.38º | 0.68% | 0.65% | - |
| HSV(B) | 307.38º | 0.54% | 0.89% | - |
| XYZ | 48.07 | 30.77 | 65.03 | - |
| YUV | 152.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 211 | 0 | 0.54 | 0.07 | 0.11 | 307.38 | 0.68 | 0.65 |
| Hex | E2 | 68 | D3 | 0 | 36 | 7 | B | 133 | 44 | 41 |
| Octal | 342 | 150 | 323 | 0 | 66 | 7 | 13 | 463 | 104 | 101 |
| Binary | 11100010 | 1101000 | 11010011 | 0 | 110110 | 111 | 1011 | 100110011 | 1000100 | 1000001 |
Color Harmonies of #E268D3
Complementary color
Monochromatic Colors of #E268D3
Black with #E268D3
Text Example
Text Example
White with #E268D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268D3; }
p { color: rgb(226,104,211); }
H1.HeaderClassName
{
color: #E268D3;
}
.AnyTagClassName
{
color: #E268D3;
}
</style>
background-color css
<style>
a { background-color: #E268D3; }
a { background-color: rgb(226,104,211); }
div.DivClassName
{
background-color: #E268D3;
}
.BgClassName
{
background-color: #E268D3;
}
</style>
border-color css
<style>
span { border-color: #E268D3; }
span { border-color: rgb(226,104,211); }
td.TdClassName
{
border-color: #E268D3;
}
.TagClassName
{
border-color: #E268D3;
}
</style>