Shades of Orchid #E269CD
Tints of Orchid #E269CD
RGB
CMYK
RGB Variations
Color information
#E269CD (or 0xE269CD) is known color: Orchid. HEX triplet: E2, 69 and CD. RGB value is (226,105,205). Sum of RGB (Red+Green+Blue) = 226+105+205=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E269CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E269CD is #1D9632. Grayscale: #989898. Windows color (decimal): -1938995 or 13461986. OLE color: 13461986.
HSL color Cylindrical-coordinate representation of color #E269CD: hue angle of 310.41º 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 #E269CD is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 205 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.11 |
| HSL | 310.41º | 0.68% | 0.65% | - |
| HSV(B) | 310.41º | 0.54% | 0.89% | - |
| XYZ | 47.44 | 30.68 | 61.18 | - |
| YUV | 152.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 205 | 0 | 0.54 | 0.09 | 0.11 | 310.41 | 0.68 | 0.65 |
| Hex | E2 | 69 | CD | 0 | 36 | 9 | B | 136 | 44 | 41 |
| Octal | 342 | 151 | 315 | 0 | 66 | 11 | 13 | 466 | 104 | 101 |
| Binary | 11100010 | 1101001 | 11001101 | 0 | 110110 | 1001 | 1011 | 100110110 | 1000100 | 1000001 |
Color Harmonies of #E269CD
Complementary color
Monochromatic Colors of #E269CD
Black with #E269CD
Text Example
Text Example
White with #E269CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E269CD; }
p { color: rgb(226,105,205); }
H1.HeaderClassName
{
color: #E269CD;
}
.AnyTagClassName
{
color: #E269CD;
}
</style>
background-color css
<style>
a { background-color: #E269CD; }
a { background-color: rgb(226,105,205); }
div.DivClassName
{
background-color: #E269CD;
}
.BgClassName
{
background-color: #E269CD;
}
</style>
border-color css
<style>
span { border-color: #E269CD; }
span { border-color: rgb(226,105,205); }
td.TdClassName
{
border-color: #E269CD;
}
.TagClassName
{
border-color: #E269CD;
}
</style>