Shades of Medium Orchid #C757ED
Tints of Medium Orchid #C757ED
RGB
CMYK
RGB Variations
Color information
#C757ED (or 0xC757ED) is known color: Medium Orchid. HEX triplet: C7, 57 and ED. RGB value is (199,87,237). Sum of RGB (Red+Green+Blue) = 199+87+237=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #C757ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C757ED is #38A812. Grayscale: #898989. Windows color (decimal): -3713043 or 15554503. OLE color: 15554503.
HSL color Cylindrical-coordinate representation of color #C757ED: hue angle of 284.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C757ED is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 87 | 237 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.07 |
| HSL | 284.8º | 0.81% | 0.64% | - |
| HSV(B) | 284.8º | 0.63% | 0.93% | - |
| XYZ | 42.25 | 25.07 | 82.73 | - |
| YUV | 137.59 | 184.11 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 237 | 0.16 | 0.63 | 0 | 0.07 | 284.8 | 0.81 | 0.64 |
| Hex | C7 | 57 | ED | 10 | 3F | 0 | 7 | 11D | 51 | 40 |
| Octal | 307 | 127 | 355 | 20 | 77 | 0 | 7 | 435 | 121 | 100 |
| Binary | 11000111 | 1010111 | 11101101 | 10000 | 111111 | 0 | 111 | 100011101 | 1010001 | 1000000 |
Color Harmonies of #C757ED
Complementary color
Monochromatic Colors of #C757ED
Black with #C757ED
Text Example
Text Example
White with #C757ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C757ED; }
p { color: rgb(199,87,237); }
H1.HeaderClassName
{
color: #C757ED;
}
.AnyTagClassName
{
color: #C757ED;
}
</style>
background-color css
<style>
a { background-color: #C757ED; }
a { background-color: rgb(199,87,237); }
div.DivClassName
{
background-color: #C757ED;
}
.BgClassName
{
background-color: #C757ED;
}
</style>
border-color css
<style>
span { border-color: #C757ED; }
span { border-color: rgb(199,87,237); }
td.TdClassName
{
border-color: #C757ED;
}
.TagClassName
{
border-color: #C757ED;
}
</style>