Shades of Medium Orchid #C357ED
Tints of Medium Orchid #C357ED
RGB
CMYK
RGB Variations
Color information
#C357ED (or 0xC357ED) is known color: Medium Orchid. HEX triplet: C3, 57 and ED. RGB value is (195,87,237). Sum of RGB (Red+Green+Blue) = 195+87+237=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #C357ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C357ED is #3CA812. Grayscale: #878787. Windows color (decimal): -3975187 or 15554499. OLE color: 15554499.
HSL color Cylindrical-coordinate representation of color #C357ED: hue angle of 283.2º 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 #C357ED is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 87 | 237 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.07 |
| HSL | 283.2º | 0.81% | 0.64% | - |
| HSV(B) | 283.2º | 0.63% | 0.93% | - |
| XYZ | 41.2 | 24.53 | 82.68 | - |
| YUV | 136.39 | 184.78 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 237 | 0.18 | 0.63 | 0 | 0.07 | 283.2 | 0.81 | 0.64 |
| Hex | C3 | 57 | ED | 12 | 3F | 0 | 7 | 11B | 51 | 40 |
| Octal | 303 | 127 | 355 | 22 | 77 | 0 | 7 | 433 | 121 | 100 |
| Binary | 11000011 | 1010111 | 11101101 | 10010 | 111111 | 0 | 111 | 100011011 | 1010001 | 1000000 |
Color Harmonies of #C357ED
Complementary color
Monochromatic Colors of #C357ED
Black with #C357ED
Text Example
Text Example
White with #C357ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C357ED; }
p { color: rgb(195,87,237); }
H1.HeaderClassName
{
color: #C357ED;
}
.AnyTagClassName
{
color: #C357ED;
}
</style>
background-color css
<style>
a { background-color: #C357ED; }
a { background-color: rgb(195,87,237); }
div.DivClassName
{
background-color: #C357ED;
}
.BgClassName
{
background-color: #C357ED;
}
</style>
border-color css
<style>
span { border-color: #C357ED; }
span { border-color: rgb(195,87,237); }
td.TdClassName
{
border-color: #C357ED;
}
.TagClassName
{
border-color: #C357ED;
}
</style>