Shades of Orchid #E673CD
Tints of Orchid #E673CD
RGB
CMYK
RGB Variations
Color information
#E673CD (or 0xE673CD) is known color: Orchid. HEX triplet: E6, 73 and CD. RGB value is (230,115,205). Sum of RGB (Red+Green+Blue) = 230+115+205=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E673CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673CD is #198C32. Grayscale: #9F9F9F. Windows color (decimal): -1674291 or 13464550. OLE color: 13464550.
HSL color Cylindrical-coordinate representation of color #E673CD: hue angle of 313.04º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E673CD is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 115 | 205 | - |
| CMYK | 0 | 0.5 | 0.11 | 0.10 |
| HSL | 313.04º | 0.7% | 0.68% | - |
| HSV(B) | 313.04º | 0.5% | 0.9% | - |
| XYZ | 49.78 | 33.49 | 61.6 | - |
| YUV | 159.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 205 | 0 | 0.5 | 0.11 | 0.10 | 313.04 | 0.7 | 0.68 |
| Hex | E6 | 73 | CD | 0 | 32 | B | A | 139 | 46 | 44 |
| Octal | 346 | 163 | 315 | 0 | 62 | 13 | 12 | 471 | 106 | 104 |
| Binary | 11100110 | 1110011 | 11001101 | 0 | 110010 | 1011 | 1010 | 100111001 | 1000110 | 1000100 |
Color Harmonies of #E673CD
Complementary color
Monochromatic Colors of #E673CD
Black with #E673CD
Text Example
Text Example
White with #E673CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E673CD; }
p { color: rgb(230,115,205); }
H1.HeaderClassName
{
color: #E673CD;
}
.AnyTagClassName
{
color: #E673CD;
}
</style>
background-color css
<style>
a { background-color: #E673CD; }
a { background-color: rgb(230,115,205); }
div.DivClassName
{
background-color: #E673CD;
}
.BgClassName
{
background-color: #E673CD;
}
</style>
border-color css
<style>
span { border-color: #E673CD; }
span { border-color: rgb(230,115,205); }
td.TdClassName
{
border-color: #E673CD;
}
.TagClassName
{
border-color: #E673CD;
}
</style>