Shades of Orchid #E274DC
Tints of Orchid #E274DC
RGB
CMYK
RGB Variations
Color information
#E274DC (or 0xE274DC) is known color: Orchid. HEX triplet: E2, 74 and DC. RGB value is (226,116,220). Sum of RGB (Red+Green+Blue) = 226+116+220=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E274DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E274DC is #1D8B23. Grayscale: #A0A0A0. Windows color (decimal): -1936164 or 14447842. OLE color: 14447842.
HSL color Cylindrical-coordinate representation of color #E274DC: hue angle of 303.27º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E274DC is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 220 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.11 |
| HSL | 303.27º | 0.65% | 0.67% | - |
| HSV(B) | 303.27º | 0.49% | 0.89% | - |
| XYZ | 50.53 | 33.83 | 71.58 | - |
| YUV | 160.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 220 | 0 | 0.49 | 0.03 | 0.11 | 303.27 | 0.65 | 0.67 |
| Hex | E2 | 74 | DC | 0 | 31 | 3 | B | 12F | 41 | 43 |
| Octal | 342 | 164 | 334 | 0 | 61 | 3 | 13 | 457 | 101 | 103 |
| Binary | 11100010 | 1110100 | 11011100 | 0 | 110001 | 11 | 1011 | 100101111 | 1000001 | 1000011 |
Color Harmonies of #E274DC
Complementary color
Monochromatic Colors of #E274DC
Black with #E274DC
Text Example
Text Example
White with #E274DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E274DC; }
p { color: rgb(226,116,220); }
H1.HeaderClassName
{
color: #E274DC;
}
.AnyTagClassName
{
color: #E274DC;
}
</style>
background-color css
<style>
a { background-color: #E274DC; }
a { background-color: rgb(226,116,220); }
div.DivClassName
{
background-color: #E274DC;
}
.BgClassName
{
background-color: #E274DC;
}
</style>
border-color css
<style>
span { border-color: #E274DC; }
span { border-color: rgb(226,116,220); }
td.TdClassName
{
border-color: #E274DC;
}
.TagClassName
{
border-color: #E274DC;
}
</style>