Shades of Orchid #E670CD
Tints of Orchid #E670CD
RGB
CMYK
RGB Variations
Color information
#E670CD (or 0xE670CD) is known color: Orchid. HEX triplet: E6, 70 and CD. RGB value is (230,112,205). Sum of RGB (Red+Green+Blue) = 230+112+205=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E670CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E670CD is #198F32. Grayscale: #9D9D9D. Windows color (decimal): -1675059 or 13463782. OLE color: 13463782.
HSL color Cylindrical-coordinate representation of color #E670CD: hue angle of 312.71º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E670CD is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 205 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.10 |
| HSL | 312.71º | 0.7% | 0.67% | - |
| HSV(B) | 312.71º | 0.51% | 0.9% | - |
| XYZ | 49.45 | 32.82 | 61.49 | - |
| YUV | 157.88 | 154.59 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 205 | 0 | 0.51 | 0.11 | 0.10 | 312.71 | 0.7 | 0.67 |
| Hex | E6 | 70 | CD | 0 | 33 | B | A | 139 | 46 | 43 |
| Octal | 346 | 160 | 315 | 0 | 63 | 13 | 12 | 471 | 106 | 103 |
| Binary | 11100110 | 1110000 | 11001101 | 0 | 110011 | 1011 | 1010 | 100111001 | 1000110 | 1000011 |
Color Harmonies of #E670CD
Complementary color
Monochromatic Colors of #E670CD
Black with #E670CD
Text Example
Text Example
White with #E670CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E670CD; }
p { color: rgb(230,112,205); }
H1.HeaderClassName
{
color: #E670CD;
}
.AnyTagClassName
{
color: #E670CD;
}
</style>
background-color css
<style>
a { background-color: #E670CD; }
a { background-color: rgb(230,112,205); }
div.DivClassName
{
background-color: #E670CD;
}
.BgClassName
{
background-color: #E670CD;
}
</style>
border-color css
<style>
span { border-color: #E670CD; }
span { border-color: rgb(230,112,205); }
td.TdClassName
{
border-color: #E670CD;
}
.TagClassName
{
border-color: #E670CD;
}
</style>