Shades of Orchid #E67ADA
Tints of Orchid #E67ADA
RGB
CMYK
RGB Variations
Color information
#E67ADA (or 0xE67ADA) is known color: Orchid. HEX triplet: E6, 7A and DA. RGB value is (230,122,218). Sum of RGB (Red+Green+Blue) = 230+122+218=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ADA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ADA is #198525. Grayscale: #A4A4A4. Windows color (decimal): -1672486 or 14318310. OLE color: 14318310.
HSL color Cylindrical-coordinate representation of color #E67ADA: hue angle of 306.67º 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 #E67ADA is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 218 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.10 |
| HSL | 306.67º | 0.68% | 0.69% | - |
| HSV(B) | 306.67º | 0.47% | 0.9% | - |
| XYZ | 52.25 | 35.8 | 70.49 | - |
| YUV | 165.24 | 157.78 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 218 | 0 | 0.47 | 0.05 | 0.10 | 306.67 | 0.68 | 0.69 |
| Hex | E6 | 7A | DA | 0 | 2F | 5 | A | 133 | 44 | 45 |
| Octal | 346 | 172 | 332 | 0 | 57 | 5 | 12 | 463 | 104 | 105 |
| Binary | 11100110 | 1111010 | 11011010 | 0 | 101111 | 101 | 1010 | 100110011 | 1000100 | 1000101 |
Color Harmonies of #E67ADA
Complementary color
Monochromatic Colors of #E67ADA
Black with #E67ADA
Text Example
Text Example
White with #E67ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67ADA; }
p { color: rgb(230,122,218); }
H1.HeaderClassName
{
color: #E67ADA;
}
.AnyTagClassName
{
color: #E67ADA;
}
</style>
background-color css
<style>
a { background-color: #E67ADA; }
a { background-color: rgb(230,122,218); }
div.DivClassName
{
background-color: #E67ADA;
}
.BgClassName
{
background-color: #E67ADA;
}
</style>
border-color css
<style>
span { border-color: #E67ADA; }
span { border-color: rgb(230,122,218); }
td.TdClassName
{
border-color: #E67ADA;
}
.TagClassName
{
border-color: #E67ADA;
}
</style>