Shades of Orchid #E67CD2
Tints of Orchid #E67CD2
RGB
CMYK
RGB Variations
Color information
#E67CD2 (or 0xE67CD2) is known color: Orchid. HEX triplet: E6, 7C and D2. RGB value is (230,124,210). Sum of RGB (Red+Green+Blue) = 230+124+210=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CD2 is #19832D. Grayscale: #A5A5A5. Windows color (decimal): -1671982 or 13794534. OLE color: 13794534.
HSL color Cylindrical-coordinate representation of color #E67CD2: hue angle of 311.32º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67CD2 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 210 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.10 |
| HSL | 311.32º | 0.68% | 0.69% | - |
| HSV(B) | 311.32º | 0.46% | 0.9% | - |
| XYZ | 51.47 | 35.89 | 65.19 | - |
| YUV | 165.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 210 | 0 | 0.46 | 0.09 | 0.10 | 311.32 | 0.68 | 0.69 |
| Hex | E6 | 7C | D2 | 0 | 2E | 9 | A | 137 | 44 | 45 |
| Octal | 346 | 174 | 322 | 0 | 56 | 11 | 12 | 467 | 104 | 105 |
| Binary | 11100110 | 1111100 | 11010010 | 0 | 101110 | 1001 | 1010 | 100110111 | 1000100 | 1000101 |
Color Harmonies of #E67CD2
Complementary color
Monochromatic Colors of #E67CD2
Black with #E67CD2
Text Example
Text Example
White with #E67CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67CD2; }
p { color: rgb(230,124,210); }
H1.HeaderClassName
{
color: #E67CD2;
}
.AnyTagClassName
{
color: #E67CD2;
}
</style>
background-color css
<style>
a { background-color: #E67CD2; }
a { background-color: rgb(230,124,210); }
div.DivClassName
{
background-color: #E67CD2;
}
.BgClassName
{
background-color: #E67CD2;
}
</style>
border-color css
<style>
span { border-color: #E67CD2; }
span { border-color: rgb(230,124,210); }
td.TdClassName
{
border-color: #E67CD2;
}
.TagClassName
{
border-color: #E67CD2;
}
</style>