Shades of Medium Orchid #C257ED
Tints of Medium Orchid #C257ED
RGB
CMYK
RGB Variations
Color information
#C257ED (or 0xC257ED) is known color: Medium Orchid. HEX triplet: C2, 57 and ED. RGB value is (194,87,237). Sum of RGB (Red+Green+Blue) = 194+87+237=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #C257ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C257ED is #3DA812. Grayscale: #878787. Windows color (decimal): -4040723 or 15554498. OLE color: 15554498.
HSL color Cylindrical-coordinate representation of color #C257ED: hue angle of 282.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 #C257ED is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 87 | 237 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.07 |
| HSL | 282.8º | 0.81% | 0.64% | - |
| HSV(B) | 282.8º | 0.63% | 0.93% | - |
| XYZ | 40.94 | 24.4 | 82.67 | - |
| YUV | 136.09 | 184.95 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 237 | 0.18 | 0.63 | 0 | 0.07 | 282.8 | 0.81 | 0.64 |
| Hex | C2 | 57 | ED | 12 | 3F | 0 | 7 | 11B | 51 | 40 |
| Octal | 302 | 127 | 355 | 22 | 77 | 0 | 7 | 433 | 121 | 100 |
| Binary | 11000010 | 1010111 | 11101101 | 10010 | 111111 | 0 | 111 | 100011011 | 1010001 | 1000000 |
Color Harmonies of #C257ED
Complementary color
Monochromatic Colors of #C257ED
Black with #C257ED
Text Example
Text Example
White with #C257ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C257ED; }
p { color: rgb(194,87,237); }
H1.HeaderClassName
{
color: #C257ED;
}
.AnyTagClassName
{
color: #C257ED;
}
</style>
background-color css
<style>
a { background-color: #C257ED; }
a { background-color: rgb(194,87,237); }
div.DivClassName
{
background-color: #C257ED;
}
.BgClassName
{
background-color: #C257ED;
}
</style>
border-color css
<style>
span { border-color: #C257ED; }
span { border-color: rgb(194,87,237); }
td.TdClassName
{
border-color: #C257ED;
}
.TagClassName
{
border-color: #C257ED;
}
</style>