Shades of Orchid #E670CB
Tints of Orchid #E670CB
RGB
CMYK
RGB Variations
Color information
#E670CB (or 0xE670CB) is known color: Orchid. HEX triplet: E6, 70 and CB. RGB value is (230,112,203). Sum of RGB (Red+Green+Blue) = 230+112+203=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E670CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E670CB is #198F34. Grayscale: #9D9D9D. Windows color (decimal): -1675061 or 13332710. OLE color: 13332710.
HSL color Cylindrical-coordinate representation of color #E670CB: hue angle of 313.73º 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 #E670CB is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 203 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.10 |
| HSL | 313.73º | 0.7% | 0.67% | - |
| HSV(B) | 313.73º | 0.51% | 0.9% | - |
| XYZ | 49.21 | 32.72 | 60.22 | - |
| YUV | 157.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 203 | 0 | 0.51 | 0.12 | 0.10 | 313.73 | 0.7 | 0.67 |
| Hex | E6 | 70 | CB | 0 | 33 | C | A | 13A | 46 | 43 |
| Octal | 346 | 160 | 313 | 0 | 63 | 14 | 12 | 472 | 106 | 103 |
| Binary | 11100110 | 1110000 | 11001011 | 0 | 110011 | 1100 | 1010 | 100111010 | 1000110 | 1000011 |
Color Harmonies of #E670CB
Complementary color
Monochromatic Colors of #E670CB
Black with #E670CB
Text Example
Text Example
White with #E670CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E670CB; }
p { color: rgb(230,112,203); }
H1.HeaderClassName
{
color: #E670CB;
}
.AnyTagClassName
{
color: #E670CB;
}
</style>
background-color css
<style>
a { background-color: #E670CB; }
a { background-color: rgb(230,112,203); }
div.DivClassName
{
background-color: #E670CB;
}
.BgClassName
{
background-color: #E670CB;
}
</style>
border-color css
<style>
span { border-color: #E670CB; }
span { border-color: rgb(230,112,203); }
td.TdClassName
{
border-color: #E670CB;
}
.TagClassName
{
border-color: #E670CB;
}
</style>