Shades of Medium Orchid #C451F1
Tints of Medium Orchid #C451F1
RGB
CMYK
RGB Variations
Color information
#C451F1 (or 0xC451F1) is known color: Medium Orchid. HEX triplet: C4, 51 and F1. RGB value is (196,81,241). Sum of RGB (Red+Green+Blue) = 196+81+241=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #C451F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C451F1 is #3BAE0E. Grayscale: #858585. Windows color (decimal): -3911183 or 15815108. OLE color: 15815108.
HSL color Cylindrical-coordinate representation of color #C451F1: hue angle of 283.12º 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 #C451F1 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 81 | 241 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.05 |
| HSL | 283.13º | 0.85% | 0.63% | - |
| HSV(B) | 283.13º | 0.66% | 0.95% | - |
| XYZ | 41.58 | 23.97 | 85.65 | - |
| YUV | 133.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 241 | 0.19 | 0.66 | 0 | 0.05 | 283.13 | 0.85 | 0.63 |
| Hex | C4 | 51 | F1 | 13 | 42 | 0 | 5 | 11B | 55 | 3F |
| Octal | 304 | 121 | 361 | 23 | 102 | 0 | 5 | 433 | 125 | 77 |
| Binary | 11000100 | 1010001 | 11110001 | 10011 | 1000010 | 0 | 101 | 100011011 | 1010101 | 111111 |
Color Harmonies of #C451F1
Complementary color
Monochromatic Colors of #C451F1
Black with #C451F1
Text Example
Text Example
White with #C451F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451F1; }
p { color: rgb(196,81,241); }
H1.HeaderClassName
{
color: #C451F1;
}
.AnyTagClassName
{
color: #C451F1;
}
</style>
background-color css
<style>
a { background-color: #C451F1; }
a { background-color: rgb(196,81,241); }
div.DivClassName
{
background-color: #C451F1;
}
.BgClassName
{
background-color: #C451F1;
}
</style>
border-color css
<style>
span { border-color: #C451F1; }
span { border-color: rgb(196,81,241); }
td.TdClassName
{
border-color: #C451F1;
}
.TagClassName
{
border-color: #C451F1;
}
</style>