Shades of Medium Orchid #C250F0
Tints of Medium Orchid #C250F0
RGB
CMYK
RGB Variations
Color information
#C250F0 (or 0xC250F0) is known color: Medium Orchid. HEX triplet: C2, 50 and F0. RGB value is (194,80,240). Sum of RGB (Red+Green+Blue) = 194+80+240=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #C250F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C250F0 is #3DAF0F. Grayscale: #838383. Windows color (decimal): -4042512 or 15749314. OLE color: 15749314.
HSL color Cylindrical-coordinate representation of color #C250F0: hue angle of 282.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C250F0 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 80 | 240 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.06 |
| HSL | 282.75º | 0.84% | 0.63% | - |
| HSV(B) | 282.75º | 0.67% | 0.94% | - |
| XYZ | 40.84 | 23.5 | 84.82 | - |
| YUV | 132.33 | 188.77 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 240 | 0.19 | 0.67 | 0 | 0.06 | 282.75 | 0.84 | 0.63 |
| Hex | C2 | 50 | F0 | 13 | 43 | 0 | 6 | 11B | 54 | 3F |
| Octal | 302 | 120 | 360 | 23 | 103 | 0 | 6 | 433 | 124 | 77 |
| Binary | 11000010 | 1010000 | 11110000 | 10011 | 1000011 | 0 | 110 | 100011011 | 1010100 | 111111 |
Color Harmonies of #C250F0
Complementary color
Monochromatic Colors of #C250F0
Black with #C250F0
Text Example
Text Example
White with #C250F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250F0; }
p { color: rgb(194,80,240); }
H1.HeaderClassName
{
color: #C250F0;
}
.AnyTagClassName
{
color: #C250F0;
}
</style>
background-color css
<style>
a { background-color: #C250F0; }
a { background-color: rgb(194,80,240); }
div.DivClassName
{
background-color: #C250F0;
}
.BgClassName
{
background-color: #C250F0;
}
</style>
border-color css
<style>
span { border-color: #C250F0; }
span { border-color: rgb(194,80,240); }
td.TdClassName
{
border-color: #C250F0;
}
.TagClassName
{
border-color: #C250F0;
}
</style>