Shades of Medium Orchid #C141FA
Tints of Medium Orchid #C141FA
RGB
CMYK
RGB Variations
Color information
#C141FA (or 0xC141FA) is known color: Medium Orchid. HEX triplet: C1, 41 and FA. RGB value is (193,65,250). Sum of RGB (Red+Green+Blue) = 193+65+250=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #C141FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C141FA is #3EBE05. Grayscale: #7B7B7B. Windows color (decimal): -4111878 or 16400833. OLE color: 16400833.
HSL color Cylindrical-coordinate representation of color #C141FA: hue angle of 281.51º degrees, saturation: 0.95, 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 #C141FA is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 65 | 250 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.02 |
| HSL | 281.51º | 0.95% | 0.62% | - |
| HSV(B) | 281.51º | 0.74% | 0.98% | - |
| XYZ | 41.14 | 22.02 | 92.52 | - |
| YUV | 124.36 | 198.91 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 250 | 0.23 | 0.74 | 0 | 0.02 | 281.51 | 0.95 | 0.62 |
| Hex | C1 | 41 | FA | 17 | 4A | 0 | 2 | 11A | 5F | 3E |
| Octal | 301 | 101 | 372 | 27 | 112 | 0 | 2 | 432 | 137 | 76 |
| Binary | 11000001 | 1000001 | 11111010 | 10111 | 1001010 | 0 | 10 | 100011010 | 1011111 | 111110 |
Color Harmonies of #C141FA
Complementary color
Monochromatic Colors of #C141FA
Black with #C141FA
Text Example
Text Example
White with #C141FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141FA; }
p { color: rgb(193,65,250); }
H1.HeaderClassName
{
color: #C141FA;
}
.AnyTagClassName
{
color: #C141FA;
}
</style>
background-color css
<style>
a { background-color: #C141FA; }
a { background-color: rgb(193,65,250); }
div.DivClassName
{
background-color: #C141FA;
}
.BgClassName
{
background-color: #C141FA;
}
</style>
border-color css
<style>
span { border-color: #C141FA; }
span { border-color: rgb(193,65,250); }
td.TdClassName
{
border-color: #C141FA;
}
.TagClassName
{
border-color: #C141FA;
}
</style>