Shades of Medium Orchid #C757F3
Tints of Medium Orchid #C757F3
RGB
CMYK
RGB Variations
Color information
#C757F3 (or 0xC757F3) is known color: Medium Orchid. HEX triplet: C7, 57 and F3. RGB value is (199,87,243). Sum of RGB (Red+Green+Blue) = 199+87+243=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #C757F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C757F3 is #38A80C. Grayscale: #898989. Windows color (decimal): -3713037 or 15947719. OLE color: 15947719.
HSL color Cylindrical-coordinate representation of color #C757F3: hue angle of 283.08º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C757F3 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 87 | 243 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.05 |
| HSL | 283.08º | 0.87% | 0.65% | - |
| HSV(B) | 283.08º | 0.64% | 0.95% | - |
| XYZ | 43.14 | 25.43 | 87.43 | - |
| YUV | 138.27 | 187.11 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 243 | 0.18 | 0.64 | 0 | 0.05 | 283.08 | 0.87 | 0.65 |
| Hex | C7 | 57 | F3 | 12 | 40 | 0 | 5 | 11B | 57 | 41 |
| Octal | 307 | 127 | 363 | 22 | 100 | 0 | 5 | 433 | 127 | 101 |
| Binary | 11000111 | 1010111 | 11110011 | 10010 | 1000000 | 0 | 101 | 100011011 | 1010111 | 1000001 |
Color Harmonies of #C757F3
Complementary color
Monochromatic Colors of #C757F3
Black with #C757F3
Text Example
Text Example
White with #C757F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C757F3; }
p { color: rgb(199,87,243); }
H1.HeaderClassName
{
color: #C757F3;
}
.AnyTagClassName
{
color: #C757F3;
}
</style>
background-color css
<style>
a { background-color: #C757F3; }
a { background-color: rgb(199,87,243); }
div.DivClassName
{
background-color: #C757F3;
}
.BgClassName
{
background-color: #C757F3;
}
</style>
border-color css
<style>
span { border-color: #C757F3; }
span { border-color: rgb(199,87,243); }
td.TdClassName
{
border-color: #C757F3;
}
.TagClassName
{
border-color: #C757F3;
}
</style>