Shades of Orchid #E673CB
Tints of Orchid #E673CB
RGB
CMYK
RGB Variations
Color information
#E673CB (or 0xE673CB) is known color: Orchid. HEX triplet: E6, 73 and CB. RGB value is (230,115,203). Sum of RGB (Red+Green+Blue) = 230+115+203=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E673CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673CB is #198C34. Grayscale: #9F9F9F. Windows color (decimal): -1674293 or 13333478. OLE color: 13333478.
HSL color Cylindrical-coordinate representation of color #E673CB: hue angle of 314.09º 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 #E673CB is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 115 | 203 | - |
| CMYK | 0 | 0.5 | 0.12 | 0.10 |
| HSL | 314.09º | 0.7% | 0.68% | - |
| HSV(B) | 314.09º | 0.5% | 0.9% | - |
| XYZ | 49.54 | 33.4 | 60.33 | - |
| YUV | 159.42 | 152.6 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 203 | 0 | 0.5 | 0.12 | 0.10 | 314.09 | 0.7 | 0.68 |
| Hex | E6 | 73 | CB | 0 | 32 | C | A | 13A | 46 | 44 |
| Octal | 346 | 163 | 313 | 0 | 62 | 14 | 12 | 472 | 106 | 104 |
| Binary | 11100110 | 1110011 | 11001011 | 0 | 110010 | 1100 | 1010 | 100111010 | 1000110 | 1000100 |
Color Harmonies of #E673CB
Complementary color
Monochromatic Colors of #E673CB
Black with #E673CB
Text Example
Text Example
White with #E673CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E673CB; }
p { color: rgb(230,115,203); }
H1.HeaderClassName
{
color: #E673CB;
}
.AnyTagClassName
{
color: #E673CB;
}
</style>
background-color css
<style>
a { background-color: #E673CB; }
a { background-color: rgb(230,115,203); }
div.DivClassName
{
background-color: #E673CB;
}
.BgClassName
{
background-color: #E673CB;
}
</style>
border-color css
<style>
span { border-color: #E673CB; }
span { border-color: rgb(230,115,203); }
td.TdClassName
{
border-color: #E673CB;
}
.TagClassName
{
border-color: #E673CB;
}
</style>