Shades of Medium Orchid #C250EC
Tints of Medium Orchid #C250EC
RGB
CMYK
RGB Variations
Color information
#C250EC (or 0xC250EC) is known color: Medium Orchid. HEX triplet: C2, 50 and EC. RGB value is (194,80,236). Sum of RGB (Red+Green+Blue) = 194+80+236=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #C250EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C250EC is #3DAF13. Grayscale: #838383. Windows color (decimal): -4042516 or 15487170. OLE color: 15487170.
HSL color Cylindrical-coordinate representation of color #C250EC: hue angle of 283.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C250EC is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 80 | 236 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.07 |
| HSL | 283.85º | 0.8% | 0.62% | - |
| HSV(B) | 283.85º | 0.66% | 0.93% | - |
| XYZ | 40.26 | 23.26 | 81.73 | - |
| YUV | 131.87 | 186.77 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 236 | 0.18 | 0.66 | 0 | 0.07 | 283.85 | 0.8 | 0.62 |
| Hex | C2 | 50 | EC | 12 | 42 | 0 | 7 | 11C | 50 | 3E |
| Octal | 302 | 120 | 354 | 22 | 102 | 0 | 7 | 434 | 120 | 76 |
| Binary | 11000010 | 1010000 | 11101100 | 10010 | 1000010 | 0 | 111 | 100011100 | 1010000 | 111110 |
Color Harmonies of #C250EC
Complementary color
Monochromatic Colors of #C250EC
Black with #C250EC
Text Example
Text Example
White with #C250EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250EC; }
p { color: rgb(194,80,236); }
H1.HeaderClassName
{
color: #C250EC;
}
.AnyTagClassName
{
color: #C250EC;
}
</style>
background-color css
<style>
a { background-color: #C250EC; }
a { background-color: rgb(194,80,236); }
div.DivClassName
{
background-color: #C250EC;
}
.BgClassName
{
background-color: #C250EC;
}
</style>
border-color css
<style>
span { border-color: #C250EC; }
span { border-color: rgb(194,80,236); }
td.TdClassName
{
border-color: #C250EC;
}
.TagClassName
{
border-color: #C250EC;
}
</style>