Shades of Medium Orchid #C057ED
Tints of Medium Orchid #C057ED
RGB
CMYK
RGB Variations
Color information
#C057ED (or 0xC057ED) is known color: Medium Orchid. HEX triplet: C0, 57 and ED. RGB value is (192,87,237). Sum of RGB (Red+Green+Blue) = 192+87+237=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #C057ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C057ED is #3FA812. Grayscale: #878787. Windows color (decimal): -4171795 or 15554496. OLE color: 15554496.
HSL color Cylindrical-coordinate representation of color #C057ED: hue angle of 282º 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 #C057ED is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 87 | 237 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.07 |
| HSL | 282º | 0.81% | 0.64% | - |
| HSV(B) | 282º | 0.63% | 0.93% | - |
| XYZ | 40.43 | 24.14 | 82.65 | - |
| YUV | 135.5 | 185.29 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 237 | 0.19 | 0.63 | 0 | 0.07 | 282 | 0.81 | 0.64 |
| Hex | C0 | 57 | ED | 13 | 3F | 0 | 7 | 11A | 51 | 40 |
| Octal | 300 | 127 | 355 | 23 | 77 | 0 | 7 | 432 | 121 | 100 |
| Binary | 11000000 | 1010111 | 11101101 | 10011 | 111111 | 0 | 111 | 100011010 | 1010001 | 1000000 |
Color Harmonies of #C057ED
Complementary color
Monochromatic Colors of #C057ED
Black with #C057ED
Text Example
Text Example
White with #C057ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C057ED; }
p { color: rgb(192,87,237); }
H1.HeaderClassName
{
color: #C057ED;
}
.AnyTagClassName
{
color: #C057ED;
}
</style>
background-color css
<style>
a { background-color: #C057ED; }
a { background-color: rgb(192,87,237); }
div.DivClassName
{
background-color: #C057ED;
}
.BgClassName
{
background-color: #C057ED;
}
</style>
border-color css
<style>
span { border-color: #C057ED; }
span { border-color: rgb(192,87,237); }
td.TdClassName
{
border-color: #C057ED;
}
.TagClassName
{
border-color: #C057ED;
}
</style>