Shades of Medium Orchid #C251F1
Tints of Medium Orchid #C251F1
RGB
CMYK
RGB Variations
Color information
#C251F1 (or 0xC251F1) is known color: Medium Orchid. HEX triplet: C2, 51 and F1. RGB value is (194,81,241). Sum of RGB (Red+Green+Blue) = 194+81+241=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #C251F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C251F1 is #3DAE0E. Grayscale: #848484. Windows color (decimal): -4042255 or 15815106. OLE color: 15815106.
HSL color Cylindrical-coordinate representation of color #C251F1: hue angle of 282.38º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C251F1 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 81 | 241 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.05 |
| HSL | 282.38º | 0.85% | 0.63% | - |
| HSV(B) | 282.38º | 0.66% | 0.95% | - |
| XYZ | 41.07 | 23.71 | 85.63 | - |
| YUV | 133.03 | 188.94 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 241 | 0.20 | 0.66 | 0 | 0.05 | 282.38 | 0.85 | 0.63 |
| Hex | C2 | 51 | F1 | 14 | 42 | 0 | 5 | 11A | 55 | 3F |
| Octal | 302 | 121 | 361 | 24 | 102 | 0 | 5 | 432 | 125 | 77 |
| Binary | 11000010 | 1010001 | 11110001 | 10100 | 1000010 | 0 | 101 | 100011010 | 1010101 | 111111 |
Color Harmonies of #C251F1
Complementary color
Monochromatic Colors of #C251F1
Black with #C251F1
Text Example
Text Example
White with #C251F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251F1; }
p { color: rgb(194,81,241); }
H1.HeaderClassName
{
color: #C251F1;
}
.AnyTagClassName
{
color: #C251F1;
}
</style>
background-color css
<style>
a { background-color: #C251F1; }
a { background-color: rgb(194,81,241); }
div.DivClassName
{
background-color: #C251F1;
}
.BgClassName
{
background-color: #C251F1;
}
</style>
border-color css
<style>
span { border-color: #C251F1; }
span { border-color: rgb(194,81,241); }
td.TdClassName
{
border-color: #C251F1;
}
.TagClassName
{
border-color: #C251F1;
}
</style>