Shades of Medium Orchid #C145FA
Tints of Medium Orchid #C145FA
RGB
CMYK
RGB Variations
Color information
#C145FA (or 0xC145FA) is known color: Medium Orchid. HEX triplet: C1, 45 and FA. RGB value is (193,69,250). Sum of RGB (Red+Green+Blue) = 193+69+250=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 69 (27.34% from 255 or 13.48% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #C145FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C145FA is #3EBA05. Grayscale: #7E7E7E. Windows color (decimal): -4110854 or 16401857. OLE color: 16401857.
HSL color Cylindrical-coordinate representation of color #C145FA: hue angle of 281.1º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C145FA is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 69 | 250 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.02 |
| HSL | 281.11º | 0.95% | 0.63% | - |
| HSV(B) | 281.11º | 0.72% | 0.98% | - |
| XYZ | 41.38 | 22.5 | 92.6 | - |
| YUV | 126.71 | 197.58 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 250 | 0.23 | 0.72 | 0 | 0.02 | 281.11 | 0.95 | 0.63 |
| Hex | C1 | 45 | FA | 17 | 48 | 0 | 2 | 119 | 5F | 3F |
| Octal | 301 | 105 | 372 | 27 | 110 | 0 | 2 | 431 | 137 | 77 |
| Binary | 11000001 | 1000101 | 11111010 | 10111 | 1001000 | 0 | 10 | 100011001 | 1011111 | 111111 |
Color Harmonies of #C145FA
Complementary color
Monochromatic Colors of #C145FA
Black with #C145FA
Text Example
Text Example
White with #C145FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145FA; }
p { color: rgb(193,69,250); }
H1.HeaderClassName
{
color: #C145FA;
}
.AnyTagClassName
{
color: #C145FA;
}
</style>
background-color css
<style>
a { background-color: #C145FA; }
a { background-color: rgb(193,69,250); }
div.DivClassName
{
background-color: #C145FA;
}
.BgClassName
{
background-color: #C145FA;
}
</style>
border-color css
<style>
span { border-color: #C145FA; }
span { border-color: rgb(193,69,250); }
td.TdClassName
{
border-color: #C145FA;
}
.TagClassName
{
border-color: #C145FA;
}
</style>