Shades of Medium Orchid #C150FA
Tints of Medium Orchid #C150FA
RGB
CMYK
RGB Variations
Color information
#C150FA (or 0xC150FA) is known color: Medium Orchid. HEX triplet: C1, 50 and FA. RGB value is (193,80,250). Sum of RGB (Red+Green+Blue) = 193+80+250=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #C150FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C150FA is #3EAF05. Grayscale: #848484. Windows color (decimal): -4108038 or 16404673. OLE color: 16404673.
HSL color Cylindrical-coordinate representation of color #C150FA: hue angle of 279.88º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C150FA is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 80 | 250 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.02 |
| HSL | 279.88º | 0.94% | 0.65% | - |
| HSV(B) | 279.88º | 0.68% | 0.98% | - |
| XYZ | 42.12 | 23.98 | 92.85 | - |
| YUV | 133.17 | 193.94 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 250 | 0.23 | 0.68 | 0 | 0.02 | 279.88 | 0.94 | 0.65 |
| Hex | C1 | 50 | FA | 17 | 44 | 0 | 2 | 118 | 5E | 41 |
| Octal | 301 | 120 | 372 | 27 | 104 | 0 | 2 | 430 | 136 | 101 |
| Binary | 11000001 | 1010000 | 11111010 | 10111 | 1000100 | 0 | 10 | 100011000 | 1011110 | 1000001 |
Color Harmonies of #C150FA
Complementary color
Monochromatic Colors of #C150FA
Black with #C150FA
Text Example
Text Example
White with #C150FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150FA; }
p { color: rgb(193,80,250); }
H1.HeaderClassName
{
color: #C150FA;
}
.AnyTagClassName
{
color: #C150FA;
}
</style>
background-color css
<style>
a { background-color: #C150FA; }
a { background-color: rgb(193,80,250); }
div.DivClassName
{
background-color: #C150FA;
}
.BgClassName
{
background-color: #C150FA;
}
</style>
border-color css
<style>
span { border-color: #C150FA; }
span { border-color: rgb(193,80,250); }
td.TdClassName
{
border-color: #C150FA;
}
.TagClassName
{
border-color: #C150FA;
}
</style>