Shades of Orchid #E67ACF
Tints of Orchid #E67ACF
RGB
CMYK
RGB Variations
Color information
#E67ACF (or 0xE67ACF) is known color: Orchid. HEX triplet: E6, 7A and CF. RGB value is (230,122,207). Sum of RGB (Red+Green+Blue) = 230+122+207=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ACF is #198530. Grayscale: #A3A3A3. Windows color (decimal): -1672497 or 13597414. OLE color: 13597414.
HSL color Cylindrical-coordinate representation of color #E67ACF: hue angle of 312.78º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67ACF is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 207 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.10 |
| HSL | 312.78º | 0.68% | 0.69% | - |
| HSV(B) | 312.78º | 0.47% | 0.9% | - |
| XYZ | 50.86 | 35.25 | 63.15 | - |
| YUV | 163.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 207 | 0 | 0.47 | 0.10 | 0.10 | 312.78 | 0.68 | 0.69 |
| Hex | E6 | 7A | CF | 0 | 2F | A | A | 139 | 44 | 45 |
| Octal | 346 | 172 | 317 | 0 | 57 | 12 | 12 | 471 | 104 | 105 |
| Binary | 11100110 | 1111010 | 11001111 | 0 | 101111 | 1010 | 1010 | 100111001 | 1000100 | 1000101 |
Color Harmonies of #E67ACF
Complementary color
Monochromatic Colors of #E67ACF
Black with #E67ACF
Text Example
Text Example
White with #E67ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67ACF; }
p { color: rgb(230,122,207); }
H1.HeaderClassName
{
color: #E67ACF;
}
.AnyTagClassName
{
color: #E67ACF;
}
</style>
background-color css
<style>
a { background-color: #E67ACF; }
a { background-color: rgb(230,122,207); }
div.DivClassName
{
background-color: #E67ACF;
}
.BgClassName
{
background-color: #E67ACF;
}
</style>
border-color css
<style>
span { border-color: #E67ACF; }
span { border-color: rgb(230,122,207); }
td.TdClassName
{
border-color: #E67ACF;
}
.TagClassName
{
border-color: #E67ACF;
}
</style>