Shades of Medium Orchid #C345EC
Tints of Medium Orchid #C345EC
RGB
CMYK
RGB Variations
Color information
#C345EC (or 0xC345EC) is known color: Medium Orchid. HEX triplet: C3, 45 and EC. RGB value is (195,69,236). Sum of RGB (Red+Green+Blue) = 195+69+236=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #C345EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C345EC is #3CBA13. Grayscale: #7D7D7D. Windows color (decimal): -3979796 or 15484355. OLE color: 15484355.
HSL color Cylindrical-coordinate representation of color #C345EC: hue angle of 285.27º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C345EC is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 69 | 236 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.07 |
| HSL | 285.27º | 0.81% | 0.6% | - |
| HSV(B) | 285.27º | 0.71% | 0.93% | - |
| XYZ | 39.77 | 21.91 | 81.49 | - |
| YUV | 125.71 | 190.24 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 236 | 0.17 | 0.71 | 0 | 0.07 | 285.27 | 0.81 | 0.6 |
| Hex | C3 | 45 | EC | 11 | 47 | 0 | 7 | 11D | 51 | 3C |
| Octal | 303 | 105 | 354 | 21 | 107 | 0 | 7 | 435 | 121 | 74 |
| Binary | 11000011 | 1000101 | 11101100 | 10001 | 1000111 | 0 | 111 | 100011101 | 1010001 | 111100 |
Color Harmonies of #C345EC
Complementary color
Monochromatic Colors of #C345EC
Black with #C345EC
Text Example
Text Example
White with #C345EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345EC; }
p { color: rgb(195,69,236); }
H1.HeaderClassName
{
color: #C345EC;
}
.AnyTagClassName
{
color: #C345EC;
}
</style>
background-color css
<style>
a { background-color: #C345EC; }
a { background-color: rgb(195,69,236); }
div.DivClassName
{
background-color: #C345EC;
}
.BgClassName
{
background-color: #C345EC;
}
</style>
border-color css
<style>
span { border-color: #C345EC; }
span { border-color: rgb(195,69,236); }
td.TdClassName
{
border-color: #C345EC;
}
.TagClassName
{
border-color: #C345EC;
}
</style>