Shades of Medium Orchid #C150F3
Tints of Medium Orchid #C150F3
RGB
CMYK
RGB Variations
Color information
#C150F3 (or 0xC150F3) is known color: Medium Orchid. HEX triplet: C1, 50 and F3. RGB value is (193,80,243). Sum of RGB (Red+Green+Blue) = 193+80+243=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #C150F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C150F3 is #3EAF0C. Grayscale: #838383. Windows color (decimal): -4108045 or 15945921. OLE color: 15945921.
HSL color Cylindrical-coordinate representation of color #C150F3: hue angle of 281.6º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C150F3 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 80 | 243 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.05 |
| HSL | 281.6º | 0.87% | 0.63% | - |
| HSV(B) | 281.6º | 0.67% | 0.95% | - |
| XYZ | 41.04 | 23.55 | 87.18 | - |
| YUV | 132.37 | 190.44 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 243 | 0.21 | 0.67 | 0 | 0.05 | 281.6 | 0.87 | 0.63 |
| Hex | C1 | 50 | F3 | 15 | 43 | 0 | 5 | 11A | 57 | 3F |
| Octal | 301 | 120 | 363 | 25 | 103 | 0 | 5 | 432 | 127 | 77 |
| Binary | 11000001 | 1010000 | 11110011 | 10101 | 1000011 | 0 | 101 | 100011010 | 1010111 | 111111 |
Color Harmonies of #C150F3
Complementary color
Monochromatic Colors of #C150F3
Black with #C150F3
Text Example
Text Example
White with #C150F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150F3; }
p { color: rgb(193,80,243); }
H1.HeaderClassName
{
color: #C150F3;
}
.AnyTagClassName
{
color: #C150F3;
}
</style>
background-color css
<style>
a { background-color: #C150F3; }
a { background-color: rgb(193,80,243); }
div.DivClassName
{
background-color: #C150F3;
}
.BgClassName
{
background-color: #C150F3;
}
</style>
border-color css
<style>
span { border-color: #C150F3; }
span { border-color: rgb(193,80,243); }
td.TdClassName
{
border-color: #C150F3;
}
.TagClassName
{
border-color: #C150F3;
}
</style>