Shades of Medium Orchid #C150FC
Tints of Medium Orchid #C150FC
RGB
CMYK
RGB Variations
Color information
#C150FC (or 0xC150FC) is known color: Medium Orchid. HEX triplet: C1, 50 and FC. RGB value is (193,80,252). Sum of RGB (Red+Green+Blue) = 193+80+252=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #C150FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C150FC is #3EAF03. Grayscale: #848484. Windows color (decimal): -4108036 or 16535745. OLE color: 16535745.
HSL color Cylindrical-coordinate representation of color #C150FC: hue angle of 279.42º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C150FC is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 80 | 252 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.01 |
| HSL | 279.42º | 0.97% | 0.65% | - |
| HSV(B) | 279.42º | 0.68% | 0.99% | - |
| XYZ | 42.43 | 24.1 | 94.51 | - |
| YUV | 133.4 | 194.94 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 252 | 0.23 | 0.68 | 0 | 0.01 | 279.42 | 0.97 | 0.65 |
| Hex | C1 | 50 | FC | 17 | 44 | 0 | 1 | 117 | 61 | 41 |
| Octal | 301 | 120 | 374 | 27 | 104 | 0 | 1 | 427 | 141 | 101 |
| Binary | 11000001 | 1010000 | 11111100 | 10111 | 1000100 | 0 | 1 | 100010111 | 1100001 | 1000001 |
Color Harmonies of #C150FC
Complementary color
Monochromatic Colors of #C150FC
Black with #C150FC
Text Example
Text Example
White with #C150FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150FC; }
p { color: rgb(193,80,252); }
H1.HeaderClassName
{
color: #C150FC;
}
.AnyTagClassName
{
color: #C150FC;
}
</style>
background-color css
<style>
a { background-color: #C150FC; }
a { background-color: rgb(193,80,252); }
div.DivClassName
{
background-color: #C150FC;
}
.BgClassName
{
background-color: #C150FC;
}
</style>
border-color css
<style>
span { border-color: #C150FC; }
span { border-color: rgb(193,80,252); }
td.TdClassName
{
border-color: #C150FC;
}
.TagClassName
{
border-color: #C150FC;
}
</style>