Shades of Medium Orchid #C750ED
Tints of Medium Orchid #C750ED
RGB
CMYK
RGB Variations
Color information
#C750ED (or 0xC750ED) is known color: Medium Orchid. HEX triplet: C7, 50 and ED. RGB value is (199,80,237). Sum of RGB (Red+Green+Blue) = 199+80+237=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #C750ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C750ED is #38AF12. Grayscale: #848484. Windows color (decimal): -3714835 or 15552711. OLE color: 15552711.
HSL color Cylindrical-coordinate representation of color #C750ED: hue angle of 285.48º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C750ED is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 80 | 237 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.07 |
| HSL | 285.48º | 0.81% | 0.62% | - |
| HSV(B) | 285.48º | 0.66% | 0.93% | - |
| XYZ | 41.71 | 23.99 | 82.55 | - |
| YUV | 133.48 | 186.42 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 237 | 0.16 | 0.66 | 0 | 0.07 | 285.48 | 0.81 | 0.62 |
| Hex | C7 | 50 | ED | 10 | 42 | 0 | 7 | 11D | 51 | 3E |
| Octal | 307 | 120 | 355 | 20 | 102 | 0 | 7 | 435 | 121 | 76 |
| Binary | 11000111 | 1010000 | 11101101 | 10000 | 1000010 | 0 | 111 | 100011101 | 1010001 | 111110 |
Color Harmonies of #C750ED
Complementary color
Monochromatic Colors of #C750ED
Black with #C750ED
Text Example
Text Example
White with #C750ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C750ED; }
p { color: rgb(199,80,237); }
H1.HeaderClassName
{
color: #C750ED;
}
.AnyTagClassName
{
color: #C750ED;
}
</style>
background-color css
<style>
a { background-color: #C750ED; }
a { background-color: rgb(199,80,237); }
div.DivClassName
{
background-color: #C750ED;
}
.BgClassName
{
background-color: #C750ED;
}
</style>
border-color css
<style>
span { border-color: #C750ED; }
span { border-color: rgb(199,80,237); }
td.TdClassName
{
border-color: #C750ED;
}
.TagClassName
{
border-color: #C750ED;
}
</style>