Shades of Orchid #E675CB
Tints of Orchid #E675CB
RGB
CMYK
RGB Variations
Color information
#E675CB (or 0xE675CB) is known color: Orchid. HEX triplet: E6, 75 and CB. RGB value is (230,117,203). Sum of RGB (Red+Green+Blue) = 230+117+203=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E675CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675CB is #198A34. Grayscale: #A0A0A0. Windows color (decimal): -1673781 or 13333990. OLE color: 13333990.
HSL color Cylindrical-coordinate representation of color #E675CB: hue angle of 314.34º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E675CB is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 203 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.10 |
| HSL | 314.34º | 0.69% | 0.68% | - |
| HSV(B) | 314.34º | 0.49% | 0.9% | - |
| XYZ | 49.77 | 33.86 | 60.41 | - |
| YUV | 160.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 203 | 0 | 0.49 | 0.12 | 0.10 | 314.34 | 0.69 | 0.68 |
| Hex | E6 | 75 | CB | 0 | 31 | C | A | 13A | 45 | 44 |
| Octal | 346 | 165 | 313 | 0 | 61 | 14 | 12 | 472 | 105 | 104 |
| Binary | 11100110 | 1110101 | 11001011 | 0 | 110001 | 1100 | 1010 | 100111010 | 1000101 | 1000100 |
Color Harmonies of #E675CB
Complementary color
Monochromatic Colors of #E675CB
Black with #E675CB
Text Example
Text Example
White with #E675CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675CB; }
p { color: rgb(230,117,203); }
H1.HeaderClassName
{
color: #E675CB;
}
.AnyTagClassName
{
color: #E675CB;
}
</style>
background-color css
<style>
a { background-color: #E675CB; }
a { background-color: rgb(230,117,203); }
div.DivClassName
{
background-color: #E675CB;
}
.BgClassName
{
background-color: #E675CB;
}
</style>
border-color css
<style>
span { border-color: #E675CB; }
span { border-color: rgb(230,117,203); }
td.TdClassName
{
border-color: #E675CB;
}
.TagClassName
{
border-color: #E675CB;
}
</style>