Shades of Medium Orchid #C75EEB
Tints of Medium Orchid #C75EEB
RGB
CMYK
RGB Variations
Color information
#C75EEB (or 0xC75EEB) is known color: Medium Orchid. HEX triplet: C7, 5E and EB. RGB value is (199,94,235). Sum of RGB (Red+Green+Blue) = 199+94+235=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #C75EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75EEB is #38A114. Grayscale: #8D8D8D. Windows color (decimal): -3711253 or 15425223. OLE color: 15425223.
HSL color Cylindrical-coordinate representation of color #C75EEB: hue angle of 284.68º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75EEB is Cyan = 0.15, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 94 | 235 | - |
| CMYK | 0.15 | 0.6 | 0 | 0.08 |
| HSL | 284.68º | 0.78% | 0.65% | - |
| HSV(B) | 284.68º | 0.6% | 0.92% | - |
| XYZ | 42.55 | 26.15 | 81.4 | - |
| YUV | 141.47 | 180.79 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 235 | 0.15 | 0.6 | 0 | 0.08 | 284.68 | 0.78 | 0.65 |
| Hex | C7 | 5E | EB | F | 3C | 0 | 8 | 11D | 4E | 41 |
| Octal | 307 | 136 | 353 | 17 | 74 | 0 | 10 | 435 | 116 | 101 |
| Binary | 11000111 | 1011110 | 11101011 | 1111 | 111100 | 0 | 1000 | 100011101 | 1001110 | 1000001 |
Color Harmonies of #C75EEB
Complementary color
Monochromatic Colors of #C75EEB
Black with #C75EEB
Text Example
Text Example
White with #C75EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75EEB; }
p { color: rgb(199,94,235); }
H1.HeaderClassName
{
color: #C75EEB;
}
.AnyTagClassName
{
color: #C75EEB;
}
</style>
background-color css
<style>
a { background-color: #C75EEB; }
a { background-color: rgb(199,94,235); }
div.DivClassName
{
background-color: #C75EEB;
}
.BgClassName
{
background-color: #C75EEB;
}
</style>
border-color css
<style>
span { border-color: #C75EEB; }
span { border-color: rgb(199,94,235); }
td.TdClassName
{
border-color: #C75EEB;
}
.TagClassName
{
border-color: #C75EEB;
}
</style>