Shades of Medium Orchid #C251F0
Tints of Medium Orchid #C251F0
RGB
CMYK
RGB Variations
Color information
#C251F0 (or 0xC251F0) is known color: Medium Orchid. HEX triplet: C2, 51 and F0. RGB value is (194,81,240). Sum of RGB (Red+Green+Blue) = 194+81+240=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #C251F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C251F0 is #3DAE0F. Grayscale: #848484. Windows color (decimal): -4042256 or 15749570. OLE color: 15749570.
HSL color Cylindrical-coordinate representation of color #C251F0: hue angle of 282.64º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C251F0 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 81 | 240 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.06 |
| HSL | 282.64º | 0.84% | 0.63% | - |
| HSV(B) | 282.64º | 0.66% | 0.94% | - |
| XYZ | 40.92 | 23.65 | 84.85 | - |
| YUV | 132.91 | 188.44 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 240 | 0.19 | 0.66 | 0 | 0.06 | 282.64 | 0.84 | 0.63 |
| Hex | C2 | 51 | F0 | 13 | 42 | 0 | 6 | 11B | 54 | 3F |
| Octal | 302 | 121 | 360 | 23 | 102 | 0 | 6 | 433 | 124 | 77 |
| Binary | 11000010 | 1010001 | 11110000 | 10011 | 1000010 | 0 | 110 | 100011011 | 1010100 | 111111 |
Color Harmonies of #C251F0
Complementary color
Monochromatic Colors of #C251F0
Black with #C251F0
Text Example
Text Example
White with #C251F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251F0; }
p { color: rgb(194,81,240); }
H1.HeaderClassName
{
color: #C251F0;
}
.AnyTagClassName
{
color: #C251F0;
}
</style>
background-color css
<style>
a { background-color: #C251F0; }
a { background-color: rgb(194,81,240); }
div.DivClassName
{
background-color: #C251F0;
}
.BgClassName
{
background-color: #C251F0;
}
</style>
border-color css
<style>
span { border-color: #C251F0; }
span { border-color: rgb(194,81,240); }
td.TdClassName
{
border-color: #C251F0;
}
.TagClassName
{
border-color: #C251F0;
}
</style>