Shades of Orchid #E475CB
Tints of Orchid #E475CB
RGB
CMYK
RGB Variations
Color information
#E475CB (or 0xE475CB) is known color: Orchid. HEX triplet: E4, 75 and CB. RGB value is (228,117,203). Sum of RGB (Red+Green+Blue) = 228+117+203=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E475CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475CB is #1B8A34. Grayscale: #9F9F9F. Windows color (decimal): -1804853 or 13333988. OLE color: 13333988.
HSL color Cylindrical-coordinate representation of color #E475CB: hue angle of 313.51º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E475CB is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 117 | 203 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.11 |
| HSL | 313.51º | 0.67% | 0.68% | - |
| HSV(B) | 313.51º | 0.49% | 0.89% | - |
| XYZ | 49.14 | 33.53 | 60.38 | - |
| YUV | 159.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 117 | 203 | 0 | 0.49 | 0.11 | 0.11 | 313.51 | 0.67 | 0.68 |
| Hex | E4 | 75 | CB | 0 | 31 | B | B | 13A | 43 | 44 |
| Octal | 344 | 165 | 313 | 0 | 61 | 13 | 13 | 472 | 103 | 104 |
| Binary | 11100100 | 1110101 | 11001011 | 0 | 110001 | 1011 | 1011 | 100111010 | 1000011 | 1000100 |
Color Harmonies of #E475CB
Complementary color
Monochromatic Colors of #E475CB
Black with #E475CB
Text Example
Text Example
White with #E475CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E475CB; }
p { color: rgb(228,117,203); }
H1.HeaderClassName
{
color: #E475CB;
}
.AnyTagClassName
{
color: #E475CB;
}
</style>
background-color css
<style>
a { background-color: #E475CB; }
a { background-color: rgb(228,117,203); }
div.DivClassName
{
background-color: #E475CB;
}
.BgClassName
{
background-color: #E475CB;
}
</style>
border-color css
<style>
span { border-color: #E475CB; }
span { border-color: rgb(228,117,203); }
td.TdClassName
{
border-color: #E475CB;
}
.TagClassName
{
border-color: #E475CB;
}
</style>