Shades of Medium Orchid #C141F9
Tints of Medium Orchid #C141F9
RGB
CMYK
RGB Variations
Color information
#C141F9 (or 0xC141F9) is known color: Medium Orchid. HEX triplet: C1, 41 and F9. RGB value is (193,65,249). Sum of RGB (Red+Green+Blue) = 193+65+249=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #C141F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C141F9 is #3EBE06. Grayscale: #7B7B7B. Windows color (decimal): -4111879 or 16335297. OLE color: 16335297.
HSL color Cylindrical-coordinate representation of color #C141F9: hue angle of 281.74º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C141F9 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 65 | 249 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.02 |
| HSL | 281.74º | 0.94% | 0.62% | - |
| HSV(B) | 281.74º | 0.74% | 0.98% | - |
| XYZ | 40.98 | 21.96 | 91.7 | - |
| YUV | 124.25 | 198.41 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 249 | 0.22 | 0.74 | 0 | 0.02 | 281.74 | 0.94 | 0.62 |
| Hex | C1 | 41 | F9 | 16 | 4A | 0 | 2 | 11A | 5E | 3E |
| Octal | 301 | 101 | 371 | 26 | 112 | 0 | 2 | 432 | 136 | 76 |
| Binary | 11000001 | 1000001 | 11111001 | 10110 | 1001010 | 0 | 10 | 100011010 | 1011110 | 111110 |
Color Harmonies of #C141F9
Complementary color
Monochromatic Colors of #C141F9
Black with #C141F9
Text Example
Text Example
White with #C141F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141F9; }
p { color: rgb(193,65,249); }
H1.HeaderClassName
{
color: #C141F9;
}
.AnyTagClassName
{
color: #C141F9;
}
</style>
background-color css
<style>
a { background-color: #C141F9; }
a { background-color: rgb(193,65,249); }
div.DivClassName
{
background-color: #C141F9;
}
.BgClassName
{
background-color: #C141F9;
}
</style>
border-color css
<style>
span { border-color: #C141F9; }
span { border-color: rgb(193,65,249); }
td.TdClassName
{
border-color: #C141F9;
}
.TagClassName
{
border-color: #C141F9;
}
</style>