Shades of Orchid #E67DD2
Tints of Orchid #E67DD2
RGB
CMYK
RGB Variations
Color information
#E67DD2 (or 0xE67DD2) is known color: Orchid. HEX triplet: E6, 7D and D2. RGB value is (230,125,210). Sum of RGB (Red+Green+Blue) = 230+125+210=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67DD2 is #19822D. Grayscale: #A5A5A5. Windows color (decimal): -1671726 or 13794790. OLE color: 13794790.
HSL color Cylindrical-coordinate representation of color #E67DD2: hue angle of 311.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67DD2 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 210 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.10 |
| HSL | 311.43º | 0.68% | 0.7% | - |
| HSV(B) | 311.43º | 0.46% | 0.9% | - |
| XYZ | 51.6 | 36.14 | 65.23 | - |
| YUV | 166.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 210 | 0 | 0.46 | 0.09 | 0.10 | 311.43 | 0.68 | 0.7 |
| Hex | E6 | 7D | D2 | 0 | 2E | 9 | A | 137 | 44 | 46 |
| Octal | 346 | 175 | 322 | 0 | 56 | 11 | 12 | 467 | 104 | 106 |
| Binary | 11100110 | 1111101 | 11010010 | 0 | 101110 | 1001 | 1010 | 100110111 | 1000100 | 1000110 |
Color Harmonies of #E67DD2
Complementary color
Monochromatic Colors of #E67DD2
Black with #E67DD2
Text Example
Text Example
White with #E67DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67DD2; }
p { color: rgb(230,125,210); }
H1.HeaderClassName
{
color: #E67DD2;
}
.AnyTagClassName
{
color: #E67DD2;
}
</style>
background-color css
<style>
a { background-color: #E67DD2; }
a { background-color: rgb(230,125,210); }
div.DivClassName
{
background-color: #E67DD2;
}
.BgClassName
{
background-color: #E67DD2;
}
</style>
border-color css
<style>
span { border-color: #E67DD2; }
span { border-color: rgb(230,125,210); }
td.TdClassName
{
border-color: #E67DD2;
}
.TagClassName
{
border-color: #E67DD2;
}
</style>