Shades of Orchid #E269CF
Tints of Orchid #E269CF
RGB
CMYK
RGB Variations
Color information
#E269CF (or 0xE269CF) is known color: Orchid. HEX triplet: E2, 69 and CF. RGB value is (226,105,207). Sum of RGB (Red+Green+Blue) = 226+105+207=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E269CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E269CF is #1D9630. Grayscale: #989898. Windows color (decimal): -1938993 or 13593058. OLE color: 13593058.
HSL color Cylindrical-coordinate representation of color #E269CF: hue angle of 309.42º 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 #E269CF is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 207 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.11 |
| HSL | 309.42º | 0.68% | 0.65% | - |
| HSV(B) | 309.42º | 0.54% | 0.89% | - |
| XYZ | 47.68 | 30.78 | 62.46 | - |
| YUV | 152.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 207 | 0 | 0.54 | 0.08 | 0.11 | 309.42 | 0.68 | 0.65 |
| Hex | E2 | 69 | CF | 0 | 36 | 8 | B | 135 | 44 | 41 |
| Octal | 342 | 151 | 317 | 0 | 66 | 10 | 13 | 465 | 104 | 101 |
| Binary | 11100010 | 1101001 | 11001111 | 0 | 110110 | 1000 | 1011 | 100110101 | 1000100 | 1000001 |
Color Harmonies of #E269CF
Complementary color
Monochromatic Colors of #E269CF
Black with #E269CF
Text Example
Text Example
White with #E269CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E269CF; }
p { color: rgb(226,105,207); }
H1.HeaderClassName
{
color: #E269CF;
}
.AnyTagClassName
{
color: #E269CF;
}
</style>
background-color css
<style>
a { background-color: #E269CF; }
a { background-color: rgb(226,105,207); }
div.DivClassName
{
background-color: #E269CF;
}
.BgClassName
{
background-color: #E269CF;
}
</style>
border-color css
<style>
span { border-color: #E269CF; }
span { border-color: rgb(226,105,207); }
td.TdClassName
{
border-color: #E269CF;
}
.TagClassName
{
border-color: #E269CF;
}
</style>