Shades of Orchid #E275DC
Tints of Orchid #E275DC
RGB
CMYK
RGB Variations
Color information
#E275DC (or 0xE275DC) is known color: Orchid. HEX triplet: E2, 75 and DC. RGB value is (226,117,220). Sum of RGB (Red+Green+Blue) = 226+117+220=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E275DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275DC is #1D8A23. Grayscale: #A1A1A1. Windows color (decimal): -1935908 or 14448098. OLE color: 14448098.
HSL color Cylindrical-coordinate representation of color #E275DC: hue angle of 303.3º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E275DC is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 220 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.11 |
| HSL | 303.3º | 0.65% | 0.67% | - |
| HSV(B) | 303.3º | 0.48% | 0.89% | - |
| XYZ | 50.64 | 34.06 | 71.61 | - |
| YUV | 161.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 220 | 0 | 0.48 | 0.03 | 0.11 | 303.3 | 0.65 | 0.67 |
| Hex | E2 | 75 | DC | 0 | 30 | 3 | B | 12F | 41 | 43 |
| Octal | 342 | 165 | 334 | 0 | 60 | 3 | 13 | 457 | 101 | 103 |
| Binary | 11100010 | 1110101 | 11011100 | 0 | 110000 | 11 | 1011 | 100101111 | 1000001 | 1000011 |
Color Harmonies of #E275DC
Complementary color
Monochromatic Colors of #E275DC
Black with #E275DC
Text Example
Text Example
White with #E275DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275DC; }
p { color: rgb(226,117,220); }
H1.HeaderClassName
{
color: #E275DC;
}
.AnyTagClassName
{
color: #E275DC;
}
</style>
background-color css
<style>
a { background-color: #E275DC; }
a { background-color: rgb(226,117,220); }
div.DivClassName
{
background-color: #E275DC;
}
.BgClassName
{
background-color: #E275DC;
}
</style>
border-color css
<style>
span { border-color: #E275DC; }
span { border-color: rgb(226,117,220); }
td.TdClassName
{
border-color: #E275DC;
}
.TagClassName
{
border-color: #E275DC;
}
</style>