Shades of Medium Orchid #C141FC
Tints of Medium Orchid #C141FC
RGB
CMYK
RGB Variations
Color information
#C141FC (or 0xC141FC) is known color: Medium Orchid. HEX triplet: C1, 41 and FC. RGB value is (193,65,252). Sum of RGB (Red+Green+Blue) = 193+65+252=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #C141FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C141FC is #3EBE03. Grayscale: #7B7B7B. Windows color (decimal): -4111876 or 16531905. OLE color: 16531905.
HSL color Cylindrical-coordinate representation of color #C141FC: hue angle of 281.07º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C141FC is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 65 | 252 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.01 |
| HSL | 281.07º | 0.97% | 0.62% | - |
| HSV(B) | 281.07º | 0.74% | 0.99% | - |
| XYZ | 41.45 | 22.15 | 94.19 | - |
| YUV | 124.59 | 199.91 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 252 | 0.23 | 0.74 | 0 | 0.01 | 281.07 | 0.97 | 0.62 |
| Hex | C1 | 41 | FC | 17 | 4A | 0 | 1 | 119 | 61 | 3E |
| Octal | 301 | 101 | 374 | 27 | 112 | 0 | 1 | 431 | 141 | 76 |
| Binary | 11000001 | 1000001 | 11111100 | 10111 | 1001010 | 0 | 1 | 100011001 | 1100001 | 111110 |
Color Harmonies of #C141FC
Complementary color
Monochromatic Colors of #C141FC
Black with #C141FC
Text Example
Text Example
White with #C141FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141FC; }
p { color: rgb(193,65,252); }
H1.HeaderClassName
{
color: #C141FC;
}
.AnyTagClassName
{
color: #C141FC;
}
</style>
background-color css
<style>
a { background-color: #C141FC; }
a { background-color: rgb(193,65,252); }
div.DivClassName
{
background-color: #C141FC;
}
.BgClassName
{
background-color: #C141FC;
}
</style>
border-color css
<style>
span { border-color: #C141FC; }
span { border-color: rgb(193,65,252); }
td.TdClassName
{
border-color: #C141FC;
}
.TagClassName
{
border-color: #C141FC;
}
</style>