Shades of Orchid #E469CF
Tints of Orchid #E469CF
RGB
CMYK
RGB Variations
Color information
#E469CF (or 0xE469CF) is known color: Orchid. HEX triplet: E4, 69 and CF. RGB value is (228,105,207). Sum of RGB (Red+Green+Blue) = 228+105+207=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E469CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E469CF is #1B9630. Grayscale: #999999. Windows color (decimal): -1807921 or 13593060. OLE color: 13593060.
HSL color Cylindrical-coordinate representation of color #E469CF: hue angle of 310.24º degrees, saturation: 0.69, 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 #E469CF is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 105 | 207 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.11 |
| HSL | 310.24º | 0.69% | 0.65% | - |
| HSV(B) | 310.24º | 0.54% | 0.89% | - |
| XYZ | 48.31 | 31.1 | 62.49 | - |
| YUV | 153.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 105 | 207 | 0 | 0.54 | 0.09 | 0.11 | 310.24 | 0.69 | 0.65 |
| Hex | E4 | 69 | CF | 0 | 36 | 9 | B | 136 | 45 | 41 |
| Octal | 344 | 151 | 317 | 0 | 66 | 11 | 13 | 466 | 105 | 101 |
| Binary | 11100100 | 1101001 | 11001111 | 0 | 110110 | 1001 | 1011 | 100110110 | 1000101 | 1000001 |
Color Harmonies of #E469CF
Complementary color
Monochromatic Colors of #E469CF
Black with #E469CF
Text Example
Text Example
White with #E469CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E469CF; }
p { color: rgb(228,105,207); }
H1.HeaderClassName
{
color: #E469CF;
}
.AnyTagClassName
{
color: #E469CF;
}
</style>
background-color css
<style>
a { background-color: #E469CF; }
a { background-color: rgb(228,105,207); }
div.DivClassName
{
background-color: #E469CF;
}
.BgClassName
{
background-color: #E469CF;
}
</style>
border-color css
<style>
span { border-color: #E469CF; }
span { border-color: rgb(228,105,207); }
td.TdClassName
{
border-color: #E469CF;
}
.TagClassName
{
border-color: #E469CF;
}
</style>