Shades of Medium Orchid #C751F3
Tints of Medium Orchid #C751F3
RGB
CMYK
RGB Variations
Color information
#C751F3 (or 0xC751F3) is known color: Medium Orchid. HEX triplet: C7, 51 and F3. RGB value is (199,81,243). Sum of RGB (Red+Green+Blue) = 199+81+243=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #C751F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C751F3 is #38AE0C. Grayscale: #868686. Windows color (decimal): -3714573 or 15946183. OLE color: 15946183.
HSL color Cylindrical-coordinate representation of color #C751F3: hue angle of 283.7º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C751F3 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 81 | 243 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.05 |
| HSL | 283.7º | 0.87% | 0.64% | - |
| HSV(B) | 283.7º | 0.67% | 0.95% | - |
| XYZ | 42.67 | 24.5 | 87.27 | - |
| YUV | 134.75 | 189.09 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 243 | 0.18 | 0.67 | 0 | 0.05 | 283.7 | 0.87 | 0.64 |
| Hex | C7 | 51 | F3 | 12 | 43 | 0 | 5 | 11C | 57 | 40 |
| Octal | 307 | 121 | 363 | 22 | 103 | 0 | 5 | 434 | 127 | 100 |
| Binary | 11000111 | 1010001 | 11110011 | 10010 | 1000011 | 0 | 101 | 100011100 | 1010111 | 1000000 |
Color Harmonies of #C751F3
Complementary color
Monochromatic Colors of #C751F3
Black with #C751F3
Text Example
Text Example
White with #C751F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C751F3; }
p { color: rgb(199,81,243); }
H1.HeaderClassName
{
color: #C751F3;
}
.AnyTagClassName
{
color: #C751F3;
}
</style>
background-color css
<style>
a { background-color: #C751F3; }
a { background-color: rgb(199,81,243); }
div.DivClassName
{
background-color: #C751F3;
}
.BgClassName
{
background-color: #C751F3;
}
</style>
border-color css
<style>
span { border-color: #C751F3; }
span { border-color: rgb(199,81,243); }
td.TdClassName
{
border-color: #C751F3;
}
.TagClassName
{
border-color: #C751F3;
}
</style>