Shades of Medium Orchid #C75EEE
Tints of Medium Orchid #C75EEE
RGB
CMYK
RGB Variations
Color information
#C75EEE (or 0xC75EEE) is known color: Medium Orchid. HEX triplet: C7, 5E and EE. RGB value is (199,94,238). Sum of RGB (Red+Green+Blue) = 199+94+238=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #C75EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75EEE is #38A111. Grayscale: #8D8D8D. Windows color (decimal): -3711250 or 15621831. OLE color: 15621831.
HSL color Cylindrical-coordinate representation of color #C75EEE: hue angle of 283.75º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C75EEE is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 94 | 238 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.07 |
| HSL | 283.75º | 0.81% | 0.65% | - |
| HSV(B) | 283.75º | 0.61% | 0.93% | - |
| XYZ | 42.99 | 26.32 | 83.7 | - |
| YUV | 141.81 | 182.29 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 238 | 0.16 | 0.61 | 0 | 0.07 | 283.75 | 0.81 | 0.65 |
| Hex | C7 | 5E | EE | 10 | 3D | 0 | 7 | 11C | 51 | 41 |
| Octal | 307 | 136 | 356 | 20 | 75 | 0 | 7 | 434 | 121 | 101 |
| Binary | 11000111 | 1011110 | 11101110 | 10000 | 111101 | 0 | 111 | 100011100 | 1010001 | 1000001 |
Color Harmonies of #C75EEE
Complementary color
Monochromatic Colors of #C75EEE
Black with #C75EEE
Text Example
Text Example
White with #C75EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75EEE; }
p { color: rgb(199,94,238); }
H1.HeaderClassName
{
color: #C75EEE;
}
.AnyTagClassName
{
color: #C75EEE;
}
</style>
background-color css
<style>
a { background-color: #C75EEE; }
a { background-color: rgb(199,94,238); }
div.DivClassName
{
background-color: #C75EEE;
}
.BgClassName
{
background-color: #C75EEE;
}
</style>
border-color css
<style>
span { border-color: #C75EEE; }
span { border-color: rgb(199,94,238); }
td.TdClassName
{
border-color: #C75EEE;
}
.TagClassName
{
border-color: #C75EEE;
}
</style>