Shades of Medium Orchid #C750F3
Tints of Medium Orchid #C750F3
RGB
CMYK
RGB Variations
Color information
#C750F3 (or 0xC750F3) is known color: Medium Orchid. HEX triplet: C7, 50 and F3. RGB value is (199,80,243). Sum of RGB (Red+Green+Blue) = 199+80+243=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #C750F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C750F3 is #38AF0C. Grayscale: #858585. Windows color (decimal): -3714829 or 15945927. OLE color: 15945927.
HSL color Cylindrical-coordinate representation of color #C750F3: hue angle of 283.8º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C750F3 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 80 | 243 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.05 |
| HSL | 283.8º | 0.87% | 0.63% | - |
| HSV(B) | 283.8º | 0.67% | 0.95% | - |
| XYZ | 42.6 | 24.35 | 87.25 | - |
| YUV | 134.16 | 189.42 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 243 | 0.18 | 0.67 | 0 | 0.05 | 283.8 | 0.87 | 0.63 |
| Hex | C7 | 50 | F3 | 12 | 43 | 0 | 5 | 11C | 57 | 3F |
| Octal | 307 | 120 | 363 | 22 | 103 | 0 | 5 | 434 | 127 | 77 |
| Binary | 11000111 | 1010000 | 11110011 | 10010 | 1000011 | 0 | 101 | 100011100 | 1010111 | 111111 |
Color Harmonies of #C750F3
Complementary color
Monochromatic Colors of #C750F3
Black with #C750F3
Text Example
Text Example
White with #C750F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C750F3; }
p { color: rgb(199,80,243); }
H1.HeaderClassName
{
color: #C750F3;
}
.AnyTagClassName
{
color: #C750F3;
}
</style>
background-color css
<style>
a { background-color: #C750F3; }
a { background-color: rgb(199,80,243); }
div.DivClassName
{
background-color: #C750F3;
}
.BgClassName
{
background-color: #C750F3;
}
</style>
border-color css
<style>
span { border-color: #C750F3; }
span { border-color: rgb(199,80,243); }
td.TdClassName
{
border-color: #C750F3;
}
.TagClassName
{
border-color: #C750F3;
}
</style>