Shades of Medium Orchid #C150F0
Tints of Medium Orchid #C150F0
RGB
CMYK
RGB Variations
Color information
#C150F0 (or 0xC150F0) is known color: Medium Orchid. HEX triplet: C1, 50 and F0. RGB value is (193,80,240). Sum of RGB (Red+Green+Blue) = 193+80+240=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #C150F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C150F0 is #3EAF0F. Grayscale: #838383. Windows color (decimal): -4108048 or 15749313. OLE color: 15749313.
HSL color Cylindrical-coordinate representation of color #C150F0: hue angle of 282.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C150F0 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 80 | 240 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.06 |
| HSL | 282.38º | 0.84% | 0.63% | - |
| HSV(B) | 282.38º | 0.67% | 0.94% | - |
| XYZ | 40.59 | 23.37 | 84.81 | - |
| YUV | 132.03 | 188.94 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 240 | 0.20 | 0.67 | 0 | 0.06 | 282.38 | 0.84 | 0.63 |
| Hex | C1 | 50 | F0 | 14 | 43 | 0 | 6 | 11A | 54 | 3F |
| Octal | 301 | 120 | 360 | 24 | 103 | 0 | 6 | 432 | 124 | 77 |
| Binary | 11000001 | 1010000 | 11110000 | 10100 | 1000011 | 0 | 110 | 100011010 | 1010100 | 111111 |
Color Harmonies of #C150F0
Complementary color
Monochromatic Colors of #C150F0
Black with #C150F0
Text Example
Text Example
White with #C150F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150F0; }
p { color: rgb(193,80,240); }
H1.HeaderClassName
{
color: #C150F0;
}
.AnyTagClassName
{
color: #C150F0;
}
</style>
background-color css
<style>
a { background-color: #C150F0; }
a { background-color: rgb(193,80,240); }
div.DivClassName
{
background-color: #C150F0;
}
.BgClassName
{
background-color: #C150F0;
}
</style>
border-color css
<style>
span { border-color: #C150F0; }
span { border-color: rgb(193,80,240); }
td.TdClassName
{
border-color: #C150F0;
}
.TagClassName
{
border-color: #C150F0;
}
</style>