Shades of Medium Orchid #C757E3
Tints of Medium Orchid #C757E3
RGB
CMYK
RGB Variations
Color information
#C757E3 (or 0xC757E3) is known color: Medium Orchid. HEX triplet: C7, 57 and E3. RGB value is (199,87,227). Sum of RGB (Red+Green+Blue) = 199+87+227=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 227 (89.06% from 255 or 44.25% from 513); Max value from RGB is 227 - color contains mainly: blue. Hex color #C757E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C757E3 is #38A81C. Grayscale: #888888. Windows color (decimal): -3713053 or 14899143. OLE color: 14899143.
HSL color Cylindrical-coordinate representation of color #C757E3: hue angle of 288º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C757E3 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 87 | 227 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.11 |
| HSL | 288º | 0.71% | 0.62% | - |
| HSV(B) | 288º | 0.62% | 0.89% | - |
| XYZ | 40.83 | 24.5 | 75.25 | - |
| YUV | 136.45 | 179.11 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 227 | 0.12 | 0.62 | 0 | 0.11 | 288 | 0.71 | 0.62 |
| Hex | C7 | 57 | E3 | C | 3E | 0 | B | 120 | 47 | 3E |
| Octal | 307 | 127 | 343 | 14 | 76 | 0 | 13 | 440 | 107 | 76 |
| Binary | 11000111 | 1010111 | 11100011 | 1100 | 111110 | 0 | 1011 | 100100000 | 1000111 | 111110 |
Color Harmonies of #C757E3
Complementary color
Monochromatic Colors of #C757E3
Black with #C757E3
Text Example
Text Example
White with #C757E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C757E3; }
p { color: rgb(199,87,227); }
H1.HeaderClassName
{
color: #C757E3;
}
.AnyTagClassName
{
color: #C757E3;
}
</style>
background-color css
<style>
a { background-color: #C757E3; }
a { background-color: rgb(199,87,227); }
div.DivClassName
{
background-color: #C757E3;
}
.BgClassName
{
background-color: #C757E3;
}
</style>
border-color css
<style>
span { border-color: #C757E3; }
span { border-color: rgb(199,87,227); }
td.TdClassName
{
border-color: #C757E3;
}
.TagClassName
{
border-color: #C757E3;
}
</style>