Shades of Medium Orchid #C150F6
Tints of Medium Orchid #C150F6
RGB
CMYK
RGB Variations
Color information
#C150F6 (or 0xC150F6) is known color: Medium Orchid. HEX triplet: C1, 50 and F6. RGB value is (193,80,246). Sum of RGB (Red+Green+Blue) = 193+80+246=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #C150F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C150F6 is #3EAF09. Grayscale: #848484. Windows color (decimal): -4108042 or 16142529. OLE color: 16142529.
HSL color Cylindrical-coordinate representation of color #C150F6: hue angle of 280.84º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C150F6 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 80 | 246 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.04 |
| HSL | 280.84º | 0.9% | 0.64% | - |
| HSV(B) | 280.84º | 0.67% | 0.96% | - |
| XYZ | 41.5 | 23.73 | 89.58 | - |
| YUV | 132.71 | 191.94 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 246 | 0.22 | 0.67 | 0 | 0.04 | 280.84 | 0.9 | 0.64 |
| Hex | C1 | 50 | F6 | 16 | 43 | 0 | 4 | 119 | 5A | 40 |
| Octal | 301 | 120 | 366 | 26 | 103 | 0 | 4 | 431 | 132 | 100 |
| Binary | 11000001 | 1010000 | 11110110 | 10110 | 1000011 | 0 | 100 | 100011001 | 1011010 | 1000000 |
Color Harmonies of #C150F6
Complementary color
Monochromatic Colors of #C150F6
Black with #C150F6
Text Example
Text Example
White with #C150F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150F6; }
p { color: rgb(193,80,246); }
H1.HeaderClassName
{
color: #C150F6;
}
.AnyTagClassName
{
color: #C150F6;
}
</style>
background-color css
<style>
a { background-color: #C150F6; }
a { background-color: rgb(193,80,246); }
div.DivClassName
{
background-color: #C150F6;
}
.BgClassName
{
background-color: #C150F6;
}
</style>
border-color css
<style>
span { border-color: #C150F6; }
span { border-color: rgb(193,80,246); }
td.TdClassName
{
border-color: #C150F6;
}
.TagClassName
{
border-color: #C150F6;
}
</style>