Shades of Medium Orchid #C143FE
Tints of Medium Orchid #C143FE
RGB
CMYK
RGB Variations
Color information
#C143FE (or 0xC143FE) is known color: Medium Orchid. HEX triplet: C1, 43 and FE. RGB value is (193,67,254). Sum of RGB (Red+Green+Blue) = 193+67+254=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 67 (26.56% from 255 or 13.04% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #C143FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C143FE is #3EBC01. Grayscale: #7D7D7D. Windows color (decimal): -4111362 or 16663489. OLE color: 16663489.
HSL color Cylindrical-coordinate representation of color #C143FE: hue angle of 280.43º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C143FE is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 67 | 254 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.00 |
| HSL | 280.43º | 0.99% | 0.63% | - |
| HSV(B) | 280.43º | 0.74% | 1% | - |
| XYZ | 41.89 | 22.51 | 95.9 | - |
| YUV | 125.99 | 200.24 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 254 | 0.24 | 0.74 | 0 | 0.00 | 280.43 | 0.99 | 0.63 |
| Hex | C1 | 43 | FE | 18 | 4A | 0 | 0 | 118 | 63 | 3F |
| Octal | 301 | 103 | 376 | 30 | 112 | 0 | 0 | 430 | 143 | 77 |
| Binary | 11000001 | 1000011 | 11111110 | 11000 | 1001010 | 0 | 0 | 100011000 | 1100011 | 111111 |
Color Harmonies of #C143FE
Complementary color
Monochromatic Colors of #C143FE
Black with #C143FE
Text Example
Text Example
White with #C143FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143FE; }
p { color: rgb(193,67,254); }
H1.HeaderClassName
{
color: #C143FE;
}
.AnyTagClassName
{
color: #C143FE;
}
</style>
background-color css
<style>
a { background-color: #C143FE; }
a { background-color: rgb(193,67,254); }
div.DivClassName
{
background-color: #C143FE;
}
.BgClassName
{
background-color: #C143FE;
}
</style>
border-color css
<style>
span { border-color: #C143FE; }
span { border-color: rgb(193,67,254); }
td.TdClassName
{
border-color: #C143FE;
}
.TagClassName
{
border-color: #C143FE;
}
</style>