Shades of Medium Orchid #C75EEC
Tints of Medium Orchid #C75EEC
RGB
CMYK
RGB Variations
Color information
#C75EEC (or 0xC75EEC) is known color: Medium Orchid. HEX triplet: C7, 5E and EC. RGB value is (199,94,236). Sum of RGB (Red+Green+Blue) = 199+94+236=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #C75EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75EEC is #38A113. Grayscale: #8D8D8D. Windows color (decimal): -3711252 or 15490759. OLE color: 15490759.
HSL color Cylindrical-coordinate representation of color #C75EEC: hue angle of 284.37º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75EEC is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 94 | 236 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.07 |
| HSL | 284.37º | 0.79% | 0.65% | - |
| HSV(B) | 284.37º | 0.6% | 0.93% | - |
| XYZ | 42.7 | 26.2 | 82.16 | - |
| YUV | 141.58 | 181.29 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 236 | 0.16 | 0.60 | 0 | 0.07 | 284.37 | 0.79 | 0.65 |
| Hex | C7 | 5E | EC | 10 | 3C | 0 | 7 | 11C | 4F | 41 |
| Octal | 307 | 136 | 354 | 20 | 74 | 0 | 7 | 434 | 117 | 101 |
| Binary | 11000111 | 1011110 | 11101100 | 10000 | 111100 | 0 | 111 | 100011100 | 1001111 | 1000001 |
Color Harmonies of #C75EEC
Complementary color
Monochromatic Colors of #C75EEC
Black with #C75EEC
Text Example
Text Example
White with #C75EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75EEC; }
p { color: rgb(199,94,236); }
H1.HeaderClassName
{
color: #C75EEC;
}
.AnyTagClassName
{
color: #C75EEC;
}
</style>
background-color css
<style>
a { background-color: #C75EEC; }
a { background-color: rgb(199,94,236); }
div.DivClassName
{
background-color: #C75EEC;
}
.BgClassName
{
background-color: #C75EEC;
}
</style>
border-color css
<style>
span { border-color: #C75EEC; }
span { border-color: rgb(199,94,236); }
td.TdClassName
{
border-color: #C75EEC;
}
.TagClassName
{
border-color: #C75EEC;
}
</style>