Shades of Orchid #E67ADE
Tints of Orchid #E67ADE
RGB
CMYK
RGB Variations
Color information
#E67ADE (or 0xE67ADE) is known color: Orchid. HEX triplet: E6, 7A and DE. RGB value is (230,122,222). Sum of RGB (Red+Green+Blue) = 230+122+222=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ADE is #198521. Grayscale: #A5A5A5. Windows color (decimal): -1672482 or 14580454. OLE color: 14580454.
HSL color Cylindrical-coordinate representation of color #E67ADE: hue angle of 304.44º 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 #E67ADE is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 222 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.10 |
| HSL | 304.44º | 0.68% | 0.69% | - |
| HSV(B) | 304.44º | 0.47% | 0.9% | - |
| XYZ | 52.78 | 36.02 | 73.28 | - |
| YUV | 165.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 222 | 0 | 0.47 | 0.03 | 0.10 | 304.44 | 0.68 | 0.69 |
| Hex | E6 | 7A | DE | 0 | 2F | 3 | A | 130 | 44 | 45 |
| Octal | 346 | 172 | 336 | 0 | 57 | 3 | 12 | 460 | 104 | 105 |
| Binary | 11100110 | 1111010 | 11011110 | 0 | 101111 | 11 | 1010 | 100110000 | 1000100 | 1000101 |
Color Harmonies of #E67ADE
Complementary color
Monochromatic Colors of #E67ADE
Black with #E67ADE
Text Example
Text Example
White with #E67ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67ADE; }
p { color: rgb(230,122,222); }
H1.HeaderClassName
{
color: #E67ADE;
}
.AnyTagClassName
{
color: #E67ADE;
}
</style>
background-color css
<style>
a { background-color: #E67ADE; }
a { background-color: rgb(230,122,222); }
div.DivClassName
{
background-color: #E67ADE;
}
.BgClassName
{
background-color: #E67ADE;
}
</style>
border-color css
<style>
span { border-color: #E67ADE; }
span { border-color: rgb(230,122,222); }
td.TdClassName
{
border-color: #E67ADE;
}
.TagClassName
{
border-color: #E67ADE;
}
</style>