Shades of Medium Orchid #C145FE
Tints of Medium Orchid #C145FE
RGB
CMYK
RGB Variations
Color information
#C145FE (or 0xC145FE) is known color: Medium Orchid. HEX triplet: C1, 45 and FE. RGB value is (193,69,254). Sum of RGB (Red+Green+Blue) = 193+69+254=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 69 (27.34% from 255 or 13.37% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #C145FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C145FE is #3EBA01. Grayscale: #7E7E7E. Windows color (decimal): -4110850 or 16664001. OLE color: 16664001.
HSL color Cylindrical-coordinate representation of color #C145FE: hue angle of 280.22º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C145FE is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 69 | 254 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.00 |
| HSL | 280.22º | 0.99% | 0.63% | - |
| HSV(B) | 280.22º | 0.73% | 1% | - |
| XYZ | 42.01 | 22.75 | 95.94 | - |
| YUV | 127.17 | 199.58 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 254 | 0.24 | 0.73 | 0 | 0.00 | 280.22 | 0.99 | 0.63 |
| Hex | C1 | 45 | FE | 18 | 49 | 0 | 0 | 118 | 63 | 3F |
| Octal | 301 | 105 | 376 | 30 | 111 | 0 | 0 | 430 | 143 | 77 |
| Binary | 11000001 | 1000101 | 11111110 | 11000 | 1001001 | 0 | 0 | 100011000 | 1100011 | 111111 |
Color Harmonies of #C145FE
Complementary color
Monochromatic Colors of #C145FE
Black with #C145FE
Text Example
Text Example
White with #C145FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145FE; }
p { color: rgb(193,69,254); }
H1.HeaderClassName
{
color: #C145FE;
}
.AnyTagClassName
{
color: #C145FE;
}
</style>
background-color css
<style>
a { background-color: #C145FE; }
a { background-color: rgb(193,69,254); }
div.DivClassName
{
background-color: #C145FE;
}
.BgClassName
{
background-color: #C145FE;
}
</style>
border-color css
<style>
span { border-color: #C145FE; }
span { border-color: rgb(193,69,254); }
td.TdClassName
{
border-color: #C145FE;
}
.TagClassName
{
border-color: #C145FE;
}
</style>