Shades of Medium Orchid #C351EC
Tints of Medium Orchid #C351EC
RGB
CMYK
RGB Variations
Color information
#C351EC (or 0xC351EC) is known color: Medium Orchid. HEX triplet: C3, 51 and EC. RGB value is (195,81,236). Sum of RGB (Red+Green+Blue) = 195+81+236=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #C351EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C351EC is #3CAE13. Grayscale: #848484. Windows color (decimal): -3976724 or 15487427. OLE color: 15487427.
HSL color Cylindrical-coordinate representation of color #C351EC: hue angle of 284.13º 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 #C351EC is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 81 | 236 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.07 |
| HSL | 284.13º | 0.8% | 0.62% | - |
| HSV(B) | 284.13º | 0.66% | 0.93% | - |
| XYZ | 40.59 | 23.54 | 81.76 | - |
| YUV | 132.76 | 186.27 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 236 | 0.17 | 0.66 | 0 | 0.07 | 284.13 | 0.8 | 0.62 |
| Hex | C3 | 51 | EC | 11 | 42 | 0 | 7 | 11C | 50 | 3E |
| Octal | 303 | 121 | 354 | 21 | 102 | 0 | 7 | 434 | 120 | 76 |
| Binary | 11000011 | 1010001 | 11101100 | 10001 | 1000010 | 0 | 111 | 100011100 | 1010000 | 111110 |
Color Harmonies of #C351EC
Complementary color
Monochromatic Colors of #C351EC
Black with #C351EC
Text Example
Text Example
White with #C351EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351EC; }
p { color: rgb(195,81,236); }
H1.HeaderClassName
{
color: #C351EC;
}
.AnyTagClassName
{
color: #C351EC;
}
</style>
background-color css
<style>
a { background-color: #C351EC; }
a { background-color: rgb(195,81,236); }
div.DivClassName
{
background-color: #C351EC;
}
.BgClassName
{
background-color: #C351EC;
}
</style>
border-color css
<style>
span { border-color: #C351EC; }
span { border-color: rgb(195,81,236); }
td.TdClassName
{
border-color: #C351EC;
}
.TagClassName
{
border-color: #C351EC;
}
</style>