Shades of Medium Orchid #C451EC
Tints of Medium Orchid #C451EC
RGB
CMYK
RGB Variations
Color information
#C451EC (or 0xC451EC) is known color: Medium Orchid. HEX triplet: C4, 51 and EC. RGB value is (196,81,236). Sum of RGB (Red+Green+Blue) = 196+81+236=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 81 (32.03% from 255 or 15.79% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #C451EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C451EC is #3BAE13. Grayscale: #848484. Windows color (decimal): -3911188 or 15487428. OLE color: 15487428.
HSL color Cylindrical-coordinate representation of color #C451EC: hue angle of 284.52º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C451EC is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 81 | 236 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.07 |
| HSL | 284.52º | 0.8% | 0.62% | - |
| HSV(B) | 284.52º | 0.66% | 0.93% | - |
| XYZ | 40.85 | 23.68 | 81.77 | - |
| YUV | 133.06 | 186.1 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 236 | 0.17 | 0.66 | 0 | 0.07 | 284.52 | 0.8 | 0.62 |
| Hex | C4 | 51 | EC | 11 | 42 | 0 | 7 | 11D | 50 | 3E |
| Octal | 304 | 121 | 354 | 21 | 102 | 0 | 7 | 435 | 120 | 76 |
| Binary | 11000100 | 1010001 | 11101100 | 10001 | 1000010 | 0 | 111 | 100011101 | 1010000 | 111110 |
Color Harmonies of #C451EC
Complementary color
Monochromatic Colors of #C451EC
Black with #C451EC
Text Example
Text Example
White with #C451EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451EC; }
p { color: rgb(196,81,236); }
H1.HeaderClassName
{
color: #C451EC;
}
.AnyTagClassName
{
color: #C451EC;
}
</style>
background-color css
<style>
a { background-color: #C451EC; }
a { background-color: rgb(196,81,236); }
div.DivClassName
{
background-color: #C451EC;
}
.BgClassName
{
background-color: #C451EC;
}
</style>
border-color css
<style>
span { border-color: #C451EC; }
span { border-color: rgb(196,81,236); }
td.TdClassName
{
border-color: #C451EC;
}
.TagClassName
{
border-color: #C451EC;
}
</style>