Shades of Medium Orchid #C250E0
Tints of Medium Orchid #C250E0
RGB
CMYK
RGB Variations
Color information
#C250E0 (or 0xC250E0) is known color: Medium Orchid. HEX triplet: C2, 50 and E0. RGB value is (194,80,224). Sum of RGB (Red+Green+Blue) = 194+80+224=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #C250E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250E0 is #3DAF1F. Grayscale: #828282. Windows color (decimal): -4042528 or 14700738. OLE color: 14700738.
HSL color Cylindrical-coordinate representation of color #C250E0: hue angle of 287.5º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C250E0 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 80 | 224 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.12 |
| HSL | 287.5º | 0.7% | 0.6% | - |
| HSV(B) | 287.5º | 0.64% | 0.88% | - |
| XYZ | 38.57 | 22.59 | 72.85 | - |
| YUV | 130.5 | 180.77 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 224 | 0.13 | 0.64 | 0 | 0.12 | 287.5 | 0.7 | 0.6 |
| Hex | C2 | 50 | E0 | D | 40 | 0 | C | 120 | 46 | 3C |
| Octal | 302 | 120 | 340 | 15 | 100 | 0 | 14 | 440 | 106 | 74 |
| Binary | 11000010 | 1010000 | 11100000 | 1101 | 1000000 | 0 | 1100 | 100100000 | 1000110 | 111100 |
Color Harmonies of #C250E0
Complementary color
Monochromatic Colors of #C250E0
Black with #C250E0
Text Example
Text Example
White with #C250E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250E0; }
p { color: rgb(194,80,224); }
H1.HeaderClassName
{
color: #C250E0;
}
.AnyTagClassName
{
color: #C250E0;
}
</style>
background-color css
<style>
a { background-color: #C250E0; }
a { background-color: rgb(194,80,224); }
div.DivClassName
{
background-color: #C250E0;
}
.BgClassName
{
background-color: #C250E0;
}
</style>
border-color css
<style>
span { border-color: #C250E0; }
span { border-color: rgb(194,80,224); }
td.TdClassName
{
border-color: #C250E0;
}
.TagClassName
{
border-color: #C250E0;
}
</style>