Shades of Medium Orchid #C145FC
Tints of Medium Orchid #C145FC
RGB
CMYK
RGB Variations
Color information
#C145FC (or 0xC145FC) is known color: Medium Orchid. HEX triplet: C1, 45 and FC. RGB value is (193,69,252). Sum of RGB (Red+Green+Blue) = 193+69+252=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 69 (27.34% from 255 or 13.42% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #C145FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C145FC is #3EBA03. Grayscale: #7E7E7E. Windows color (decimal): -4110852 or 16532929. OLE color: 16532929.
HSL color Cylindrical-coordinate representation of color #C145FC: hue angle of 280.66º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C145FC is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 69 | 252 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.01 |
| HSL | 280.66º | 0.97% | 0.63% | - |
| HSV(B) | 280.66º | 0.73% | 0.99% | - |
| XYZ | 41.69 | 22.62 | 94.26 | - |
| YUV | 126.94 | 198.58 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 252 | 0.23 | 0.73 | 0 | 0.01 | 280.66 | 0.97 | 0.63 |
| Hex | C1 | 45 | FC | 17 | 49 | 0 | 1 | 119 | 61 | 3F |
| Octal | 301 | 105 | 374 | 27 | 111 | 0 | 1 | 431 | 141 | 77 |
| Binary | 11000001 | 1000101 | 11111100 | 10111 | 1001001 | 0 | 1 | 100011001 | 1100001 | 111111 |
Color Harmonies of #C145FC
Complementary color
Monochromatic Colors of #C145FC
Black with #C145FC
Text Example
Text Example
White with #C145FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145FC; }
p { color: rgb(193,69,252); }
H1.HeaderClassName
{
color: #C145FC;
}
.AnyTagClassName
{
color: #C145FC;
}
</style>
background-color css
<style>
a { background-color: #C145FC; }
a { background-color: rgb(193,69,252); }
div.DivClassName
{
background-color: #C145FC;
}
.BgClassName
{
background-color: #C145FC;
}
</style>
border-color css
<style>
span { border-color: #C145FC; }
span { border-color: rgb(193,69,252); }
td.TdClassName
{
border-color: #C145FC;
}
.TagClassName
{
border-color: #C145FC;
}
</style>